Enum BindEntitySource
The source of the bind entity.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
public enum BindEntitySource : byte
Fields
| Name | Description |
|---|---|
| Children | Find entitiy in its children |
| ChildrenSkipOwner | Find entities in its children not including the owner. |
| Owner | The owner entity |
| Parents | Find entities in the ascendants |
| ParentsSkipOwner | Find entities in the ascendants not including the owner. |
| Scene | Find entities on the scene |