Class FbxConstraintParent
Inheritance
FbxConstraintParent
Syntax
public class FbxConstraintParent : FbxConstraint, IDisposable, IEquatable<FbxEmitter>
Properties
AffectRotationX
Declaration
public FbxPropertyBool AffectRotationX { get; }
Property Value
AffectRotationY
Declaration
public FbxPropertyBool AffectRotationY { get; }
Property Value
AffectRotationZ
Declaration
public FbxPropertyBool AffectRotationZ { get; }
Property Value
AffectScalingX
Declaration
public FbxPropertyBool AffectScalingX { get; }
Property Value
AffectScalingY
Declaration
public FbxPropertyBool AffectScalingY { get; }
Property Value
AffectScalingZ
Declaration
public FbxPropertyBool AffectScalingZ { get; }
Property Value
AffectTranslationX
Declaration
public FbxPropertyBool AffectTranslationX { get; }
Property Value
AffectTranslationY
Declaration
public FbxPropertyBool AffectTranslationY { get; }
Property Value
AffectTranslationZ
Declaration
public FbxPropertyBool AffectTranslationZ { 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 FbxConstraintParent Create(FbxManager pManager, string pName)
Parameters
Returns
Create(FbxObject, String)
Declaration
public static FbxConstraintParent Create(FbxObject pContainer, string pName)
Parameters
Returns
Equals(FbxConstraintParent)
Declaration
public bool Equals(FbxConstraintParent 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
GetRotationOffset(FbxObject)
Declaration
public FbxVector4 GetRotationOffset(FbxObject pObject)
Parameters
Returns
GetRotationOffsetProperty(FbxObject)
Declaration
public FbxProperty GetRotationOffsetProperty(FbxObject pObject)
Parameters
Returns
GetTranslationOffset(FbxObject)
Declaration
public FbxVector4 GetTranslationOffset(FbxObject pObject)
Parameters
Returns
GetTranslationOffsetProperty(FbxObject)
Declaration
public FbxProperty GetTranslationOffsetProperty(FbxObject pObject)
Parameters
Returns
SetConstrainedObject(FbxObject)
Declaration
public void SetConstrainedObject(FbxObject pObject)
Parameters
SetRotationOffset(FbxObject, FbxVector4)
Declaration
public virtual void SetRotationOffset(FbxObject pObject, FbxVector4 pRotation)
Parameters
SetTranslationOffset(FbxObject, FbxVector4)
Declaration
public void SetTranslationOffset(FbxObject pObject, FbxVector4 pTranslation)
Parameters
Operators
Equality(FbxConstraintParent, FbxConstraintParent)
Declaration
public static bool operator ==(FbxConstraintParent a, FbxConstraintParent b)
Parameters
Returns
Inequality(FbxConstraintParent, FbxConstraintParent)
Declaration
public static bool operator !=(FbxConstraintParent a, FbxConstraintParent b)
Parameters
Returns