Class FbxConstraintAim
Inheritance
System.Object
FbxConstraintAim
Syntax
public class FbxConstraintAim : FbxConstraint, IDisposable, IEquatable<FbxEmitter>
Properties
AffectX
Declaration
public FbxPropertyBool AffectX { get; }
Property Value
AffectY
Declaration
public FbxPropertyBool AffectY { get; }
Property Value
AffectZ
Declaration
public FbxPropertyBool AffectZ { get; }
Property Value
AimVector
Declaration
public FbxPropertyDouble3 AimVector { get; }
Property Value
RotationOffset
Declaration
public FbxPropertyDouble3 RotationOffset { get; }
Property Value
UpVector
Declaration
public FbxPropertyDouble3 UpVector { get; }
Property Value
WorldUpType
Declaration
public FbxPropertyInt WorldUpType { get; }
Property Value
WorldUpVector
Declaration
public FbxPropertyDouble3 WorldUpVector { get; }
Property Value
Methods
AddConstraintSource(FbxObject)
Declaration
public void AddConstraintSource(FbxObject pObject)
Parameters
AddConstraintSource(FbxObject, Double)
Declaration
public void AddConstraintSource(FbxObject pObject, double pWeight)
Parameters
Type |
Name |
Description |
FbxObject |
pObject |
|
System.Double |
pWeight |
|
Create(FbxManager, String)
Declaration
public static FbxConstraintAim Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxConstraintAim Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxConstraintAim)
Declaration
public bool Equals(FbxConstraintAim other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetWorldUpObject()
Declaration
public FbxObject GetWorldUpObject()
Returns
SetConstrainedObject(FbxObject)
Declaration
public void SetConstrainedObject(FbxObject pObject)
Parameters
SetWorldUpObject(FbxObject)
Declaration
public void SetWorldUpObject(FbxObject pObject)
Parameters
Operators
Equality(FbxConstraintAim, FbxConstraintAim)
Declaration
public static bool operator ==(FbxConstraintAim a, FbxConstraintAim b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxConstraintAim, FbxConstraintAim)
Declaration
public static bool operator !=(FbxConstraintAim a, FbxConstraintAim b)
Parameters
Returns
Type |
Description |
System.Boolean |
|