Class FbxConstraintRotation
Inheritance
System.Object
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
Type |
Name |
Description |
FbxObject |
pObject |
|
System.Double |
pWeight |
|
Create(FbxManager, String)
Declaration
public static FbxConstraintRotation Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxConstraintRotation Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxConstraintRotation)
Declaration
public bool Equals(FbxConstraintRotation 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
SetConstrainedObject(FbxObject)
Declaration
public void SetConstrainedObject(FbxObject pObject)
Parameters
Operators
Equality(FbxConstraintRotation, FbxConstraintRotation)
Declaration
public static bool operator ==(FbxConstraintRotation a, FbxConstraintRotation b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxConstraintRotation, FbxConstraintRotation)
Declaration
public static bool operator !=(FbxConstraintRotation a, FbxConstraintRotation b)
Parameters
Returns
Type |
Description |
System.Boolean |
|