 | TetrapodCharacterizationTemplateTransformLocalUnitToWorldUnit Method |
Transforms the local-space unit to a world-space unit.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxprotected float TransformLocalUnitToWorldUnit(
float unit,
Transform transform
)
Parameters
- unit
- Type: SystemSingle
Unit. - transform
- Type: Transform
Transform.
Return Value
Type:
SingleThe local-space unit in world units.
See Also