Class RoomComponentStartDependencyAttribute
This ensures this room component is started after the target component has done so.
Inheritance
object
System.Attribute
RoomComponentStartDependencyAttribute
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class RoomComponentStartDependencyAttribute : Attribute
Constructors
RoomComponentStartDependencyAttribute(Type)
Declaration
public RoomComponentStartDependencyAttribute(Type targetRoomComponent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | targetRoomComponent |
Fields
targetRoomComponent
Declaration
public Type targetRoomComponent
Field Value
| Type | Description |
|---|---|
| System.Type |