Skip to content

Entity.IsRoot Property

Definition

Namespace: Brine2D.ECS

Gets whether this entity is a root entity (has no parent).

public bool IsRoot { get; }

Property Value

System.Boolean