Click or drag to resize
QuaternionInterpolationTarget Structure
A struct to store a target orientation for weighted Quaternion interpolation.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct QuaternionInterpolationTarget : IPropertyBackingFieldCompatible<QuaternionInterpolationTarget>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<QuaternionInterpolationTarget>

The QuaternionInterpolationTarget type exposes the following members.

Constructors
  NameDescription
Public methodQuaternionInterpolationTarget
Initializes a new instance of the QuaternionInterpolationTarget struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current QuaternionInterpolationTarget.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(QuaternionInterpolationTarget)
Determines whether the specified QuaternionInterpolationTarget is equal to the current QuaternionInterpolationTarget.
Public methodGetHashCode
Serves as a hash function for a QuaternionInterpolationTarget object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
Properties
  NameDescription
Public propertyQuaternion
Gets the quaternion.
Public propertyWeight
Gets the weight.
Top
See Also