Click or drag to resize
TetrapodCharacterizationTemplateTransformWorldUnitToLocalUnit Method
Transforms the world-space unit to a local-space unit.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected float TransformWorldUnitToLocalUnit(
	float unit,
	Transform transform
)

Parameters

unit
Type: SystemSingle
Unit.
transform
Type: Transform
Transform.

Return Value

Type: Single
The world-space unit in local unit.
See Also