Method AddTransformUsageFlags
AddTransformUsageFlags(TransformUsageFlags)
Adds the TransformUsageFlags to the Flags of the Entity
Declaration
public void AddTransformUsageFlags(TransformUsageFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| TransformUsageFlags | flags | The Flags to add |
AddTransformUsageFlags(Entity, TransformUsageFlags)
Adds the TransformUsageFlags to the Flags of the Entity
Declaration
public void AddTransformUsageFlags(Entity entity, TransformUsageFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | The Entity to add the Flags to |
| TransformUsageFlags | flags | The Flags to add |