Class EntityPathHelper
A set of entity path utilities.
Namespace: Evergine.Framework.Helpers
Assembly: Evergine.Framework.dll
Syntax
public class EntityPathHelper
Methods
PathFromEntity(Entity)
Gets the (absolute) entity path of the desired entity.
Declaration
public static string PathFromEntity(Entity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | The entity. |
Returns
| Type | Description |
|---|---|
| string | The path. |