Class EntityComponent
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
EntityComponent
Implements
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[LogicUpdatePriority(-300)]
public abstract class EntityComponent : DewNetworkBehaviour, ILogicUpdate
Properties
entity
Declaration
public Entity entity { get; }
Property Value
| Type | Description |
|---|---|
| Entity |
Methods
OnDisable()
Declaration
protected virtual void OnDisable()