| QuaternionInterpolationTarget Structure |
Namespace: Candlelight
[SerializableAttribute] public struct QuaternionInterpolationTarget : IPropertyBackingFieldCompatible<QuaternionInterpolationTarget>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<QuaternionInterpolationTarget>
The QuaternionInterpolationTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| QuaternionInterpolationTarget |
Initializes a new instance of the QuaternionInterpolationTarget struct.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current
QuaternionInterpolationTarget.
(Overrides ValueTypeEquals(Object).) | |
| Equals(QuaternionInterpolationTarget) |
Determines whether the specified QuaternionInterpolationTarget is equal to the current
QuaternionInterpolationTarget.
| |
| GetHashCode |
Serves as a hash function for a QuaternionInterpolationTarget object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
|
| Name | Description | |
|---|---|---|
| Quaternion |
Gets the quaternion.
| |
| Weight |
Gets the weight.
|