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