Class FbxConstraintRotation
Inheritance
FbxConstraintRotation
Syntax
public class FbxConstraintRotation : 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
Rotation
Declaration
public FbxPropertyDouble3 Rotation { 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
Create(FbxManager, String)
Declaration
public static FbxConstraintRotation Create(FbxManager pManager, string pName)
Parameters
Returns
Create(FbxObject, String)
Declaration
public static FbxConstraintRotation Create(FbxObject pContainer, string pName)
Parameters
Returns
Equals(FbxConstraintRotation)
Declaration
public bool Equals(FbxConstraintRotation other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
SetConstrainedObject(FbxObject)
Declaration
public void SetConstrainedObject(FbxObject pObject)
Parameters
Operators
Equality(FbxConstraintRotation, FbxConstraintRotation)
Declaration
public static bool operator ==(FbxConstraintRotation a, FbxConstraintRotation b)
Parameters
Returns
Inequality(FbxConstraintRotation, FbxConstraintRotation)
Declaration
public static bool operator !=(FbxConstraintRotation a, FbxConstraintRotation b)
Parameters
Returns