Click or drag to resize
RagdollAnimatorGetOrientationParameters Method
Gets the orientation parameters.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetOrientationParameters(
	ref List<OrientationParameter> parameters
)

Parameters

parameters
Type: System.Collections.GenericListOrientationParameter
A list of parameters to populate.
See Also