Interface IMultiAimConstraintData
Syntax
public interface IMultiAimConstraintData
Properties
aimAxis
Declaration
Property Value
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 |
|
limits
Declaration
Property Value
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[] |
|