Click or drag to resize
RagdollAnimatorPoseData Structure
A basic struct for storing transform data for pose snapshots.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected struct PoseData

The RagdollAnimatorPoseData type exposes the following members.

Constructors
  NameDescription
Public methodRagdollAnimatorPoseData
Initializes a new instance of the RagdollAnimatorPoseData struct.
Top
Properties
  NameDescription
Public propertyPosition
Gets the position.
Public propertyRotation
Gets the rotation.
Top
See Also