Class RoomSectionComponent
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
RoomSectionComponent
Implements
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[LogicUpdatePriority(200)]
[RequireComponent(typeof(RoomSection))]
public class RoomSectionComponent : LogicBehaviour, ILogicUpdate
Properties
section
Declaration
public RoomSection section { get; }
Property Value
| Type | Description |
|---|---|
| RoomSection |
Methods
Awake()
Declaration
protected virtual void Awake()