Summary
Updates the
TransformComponent.Position, TransformComponent.Rotation and TransformComponent.Scale members of the given TransformComponent.
- Namespace
- StrideToolkit
.Engine - Containing Type
- TransformExtensions
Syntax
public static void UpdateTRSFromLocal(this TransformComponent transform)
Parameters
| Name | Type | Description |
|---|---|---|
| transform | TransformComponent | The TransformComponent to update. |
Return Value
| Type | Description |
|---|---|
| void |
