Skip to content

Entity.Parent Property

Definition

Namespace: Brine2D.ECS

Gets the parent entity, or null if this is a root entity.

public Brine2D.ECS.Entity? Parent { get; }

Property Value

Entity