Interface IMultiAimConstraintData
Syntax
public interface IMultiAimConstraintData
Properties
aimAxis
Declaration
Property Value
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
constrainedXAxis
Declaration
bool constrainedXAxis { get; }
Property Value
constrainedYAxis
Declaration
bool constrainedYAxis { get; }
Property Value
constrainedZAxis
Declaration
bool constrainedZAxis { get; }
Property Value
maintainOffset
Declaration
bool maintainOffset { get; }
Property Value
maxLimitFloatProperty
Declaration
string maxLimitFloatProperty { get; }
Property Value
minLimitFloatProperty
Declaration
string minLimitFloatProperty { get; }
Property Value
offsetVector3Property
Declaration
string offsetVector3Property { get; }
Property Value
sourceObjects
Declaration
WeightedTransformArray sourceObjects { get; }
Property Value
sourceObjectsProperty
Declaration
string sourceObjectsProperty { get; }
Property Value