Enum BindComponentSource
The source of the binding component.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
public enum BindComponentSource : byte
Fields
Name | Description |
---|---|
Children | Finds components in its children |
ChildrenSkipOwner | Finds components in its children, not including the owner. |
Owner | The owning entity |
Parents | Finds components in the ascendants |
ParentsSkipOwner | Finds components in the ascendants, excluding the owner. |
Scene | Finds components in the scene |