Interface IMultiPositionConstraintData
Syntax
public interface IMultiPositionConstraintData
Properties
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
Type |
Description |
Transform |
|
constrainedXAxis
Declaration
bool constrainedXAxis { get; }
Property Value
Type |
Description |
System.Boolean |
|
constrainedYAxis
Declaration
bool constrainedYAxis { get; }
Property Value
Type |
Description |
System.Boolean |
|
constrainedZAxis
Declaration
bool constrainedZAxis { get; }
Property Value
Type |
Description |
System.Boolean |
|
maintainOffset
Declaration
bool maintainOffset { get; }
Property Value
Type |
Description |
System.Boolean |
|
offset
Declaration
Property Value
sourceObjects
Declaration
Transform[] sourceObjects { get; }
Property Value
Type |
Description |
Transform[] |
|
sourceWeights
Declaration
float[] sourceWeights { get; }
Property Value
Type |
Description |
System.Single[] |
|