Skip to content

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

Returns

System.Boolean