Entity.GetAllBehaviors() Method
Definition¶
Namespace: Brine2D.ECS
Gets all behaviors attached to this entity.
public System.Collections.Generic.IReadOnlyList<Brine2D.ECS.Behavior> GetAllBehaviors();
Namespace: Brine2D.ECS
Gets all behaviors attached to this entity.
public System.Collections.Generic.IReadOnlyList<Brine2D.ECS.Behavior> GetAllBehaviors();