Click or drag to resize
TetrapodCharacterizationTemplateGetEstimatedSnoutPosition Method
For a non-humanoid animal, gets an estimate of the snout position in tetrapod space.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected Vector3 GetEstimatedSnoutPosition(
	TetrapodRagdoll tetrapod
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.

Return Value

Type: Vector3
The estimated snout position in the space of the specified tetrapod.
See Also