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

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

Parameters

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

Return Value

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