Class FbxBlendShapeChannel
Inheritance
System.Object
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
Type |
Description |
System.Boolean |
|
AddTargetShape(FbxShape, Double)
Declaration
public bool AddTargetShape(FbxShape pShape, double pFullDeformPercent)
Parameters
Type |
Name |
Description |
FbxShape |
pShape |
|
System.Double |
pFullDeformPercent |
|
Returns
Type |
Description |
System.Boolean |
|
Create(FbxManager, String)
Declaration
public static FbxBlendShapeChannel Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxBlendShapeChannel Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxBlendShapeChannel)
Declaration
public bool Equals(FbxBlendShapeChannel 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
Declaration
public FbxBlendShape GetBlendShapeDeformer()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetTargetShape(Int32)
Declaration
public FbxShape GetTargetShape(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetTargetShapeCount()
Declaration
public int GetTargetShapeCount()
Returns
Type |
Description |
System.Int32 |
|
GetTargetShapeIndex(FbxShape)
Declaration
public int GetTargetShapeIndex(FbxShape pShape)
Parameters
Returns
Type |
Description |
System.Int32 |
|
RemoveTargetShape(FbxShape)
Declaration
public FbxShape RemoveTargetShape(FbxShape pShape)
Parameters
Returns
Declaration
public bool SetBlendShapeDeformer(FbxBlendShape pBlendShape)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Operators
Equality(FbxBlendShapeChannel, FbxBlendShapeChannel)
Declaration
public static bool operator ==(FbxBlendShapeChannel a, FbxBlendShapeChannel b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxBlendShapeChannel, FbxBlendShapeChannel)
Declaration
public static bool operator !=(FbxBlendShapeChannel a, FbxBlendShapeChannel b)
Parameters
Returns
Type |
Description |
System.Boolean |
|