Class FbxBlendShapeChannel
Inheritance
FbxBlendShapeChannel
Syntax
public class FbxBlendShapeChannel : FbxSubDeformer, IDisposable, IEquatable<FbxEmitter>
Properties
Declaration
public FbxPropertyDouble DeformPercent { get; }
Property Value
Methods
AddTargetShape(FbxShape)
Declaration
public bool AddTargetShape(FbxShape pShape)
Parameters
Returns
AddTargetShape(FbxShape, Double)
Declaration
public bool AddTargetShape(FbxShape pShape, double pFullDeformPercent)
Parameters
Returns
Create(FbxManager, String)
Declaration
public static FbxBlendShapeChannel Create(FbxManager pManager, string pName)
Parameters
Returns
Create(FbxObject, String)
Declaration
public static FbxBlendShapeChannel Create(FbxObject pContainer, string pName)
Parameters
Returns
Equals(FbxBlendShapeChannel)
Declaration
public bool Equals(FbxBlendShapeChannel other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Declaration
public FbxBlendShape GetBlendShapeDeformer()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetTargetShape(Int32)
Declaration
public FbxShape GetTargetShape(int pIndex)
Parameters
Type |
Name |
Description |
Int32 |
pIndex |
|
Returns
GetTargetShapeCount()
Declaration
public int GetTargetShapeCount()
Returns
GetTargetShapeIndex(FbxShape)
Declaration
public int GetTargetShapeIndex(FbxShape pShape)
Parameters
Returns
RemoveTargetShape(FbxShape)
Declaration
public FbxShape RemoveTargetShape(FbxShape pShape)
Parameters
Returns
Declaration
public bool SetBlendShapeDeformer(FbxBlendShape pBlendShape)
Parameters
Returns
Operators
Equality(FbxBlendShapeChannel, FbxBlendShapeChannel)
Declaration
public static bool operator ==(FbxBlendShapeChannel a, FbxBlendShapeChannel b)
Parameters
Returns
Inequality(FbxBlendShapeChannel, FbxBlendShapeChannel)
Declaration
public static bool operator !=(FbxBlendShapeChannel a, FbxBlendShapeChannel b)
Parameters
Returns