[Serializable]
public struct OverrideTransformData : IAnimationJobData, IOverrideTransformData
Properties
Declaration
public Transform constrainedObject { get; set; }
Property Value
Implements
Declaration
public Vector3 position { get; set; }
Property Value
Declaration
public float positionWeight { get; set; }
Property Value
Declaration
public Vector3 rotation { get; set; }
Property Value
Declaration
public float rotationWeight { get; set; }
Property Value
Declaration
public Transform sourceObject { get; set; }
Property Value
Implements
Declaration
public OverrideTransformData.Space space { get; set; }
Property Value
Explicit Interface Implementations
Declaration
bool IAnimationJobData.IsValid()
Returns
Implements
Declaration
void IAnimationJobData.SetDefaultValues()
Implements
Declaration
string IOverrideTransformData.positionVector3Property { get; }
Returns
Implements
Declaration
string IOverrideTransformData.positionWeightFloatProperty { get; }
Returns
Implements
Declaration
string IOverrideTransformData.rotationVector3Property { get; }
Returns
Implements
Declaration
string IOverrideTransformData.rotationWeightFloatProperty { get; }
Returns
Implements
Declaration
int IOverrideTransformData.space { get; }
Returns
Implements