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