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