Struct MultiPositionConstraintData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct MultiPositionConstraintData : IAnimationJobData, IMultiPositionConstraintData, IRigReferenceSync
Properties
constrainedObject
Declaration
public Transform constrainedObject { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
constrainedXAxis
Declaration
public bool constrainedXAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
constrainedYAxis
Declaration
public bool constrainedYAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
constrainedZAxis
Declaration
public bool constrainedZAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
maintainOffset
Declaration
public bool maintainOffset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
offset
Declaration
public Vector3 offset { get; set; }
Property Value
Implements
sourceObjects
Declaration
public List<WeightedJobTransform> sourceObjects { get; set; }
Property Value
Methods
MarkSourceWeightsDirty()
Declaration
public void MarkSourceWeightsDirty()
Explicit Interface Implementations
IAnimationJobData.IsValid()
Declaration
bool IAnimationJobData.IsValid()
Returns
Type |
Description |
System.Boolean |
|
Implements
IAnimationJobData.SetDefaultValues()
Declaration
void IAnimationJobData.SetDefaultValues()
Implements
IMultiPositionConstraintData.sourceObjects
Declaration
Transform[] IMultiPositionConstraintData.sourceObjects { get; }
Returns
Type |
Description |
Transform[] |
|
Implements
IMultiPositionConstraintData.sourceWeights
Declaration
float[] IMultiPositionConstraintData.sourceWeights { get; }
Returns
Type |
Description |
System.Single[] |
|
Implements
IRigReferenceSync.allReferences
Declaration
JobTransform[] IRigReferenceSync.allReferences { get; }
Returns
Implements