Entity.RemoveBehavior() Method
Definition¶
Namespace: Brine2D.ECS
Removes a behavior from this entity.
public bool RemoveBehavior<T>()
where T : Brine2D.ECS.Behavior;
Type parameters¶
T
Namespace: Brine2D.ECS
Removes a behavior from this entity.
public bool RemoveBehavior<T>()
where T : Brine2D.ECS.Behavior;
T