Class FbxMesh
Inheritance
System.Object
FbxMesh
Syntax
public class FbxMesh : FbxGeometry, IDisposable, IEquatable<FbxEmitter>
Methods
AddPolygon(Int32, Int32)
Declaration
public void AddPolygon(int pIndex, int pTextureUVIndex = -1)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
System.Int32 |
pTextureUVIndex |
|
BeginPolygon(Int32, Int32, Int32, Boolean)
Declaration
public void BeginPolygon(int pMaterial = -1, int pTexture = -1, int pGroup = -1, bool pLegacy = true)
Parameters
Type |
Name |
Description |
System.Int32 |
pMaterial |
|
System.Int32 |
pTexture |
|
System.Int32 |
pGroup |
|
System.Boolean |
pLegacy |
|
Create(FbxManager, String)
Declaration
public static FbxMesh Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxMesh Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
EndPolygon()
Declaration
Equals(FbxMesh)
Declaration
public bool Equals(FbxMesh other)
Parameters
Type |
Name |
Description |
FbxMesh |
other |
|
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
GetPolygonCount()
Declaration
public int GetPolygonCount()
Returns
Type |
Description |
System.Int32 |
|
GetPolygonSize(Int32)
Declaration
public int GetPolygonSize(int pPolygonIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pPolygonIndex |
|
Returns
Type |
Description |
System.Int32 |
|
GetPolygonVertex(Int32, Int32)
Declaration
public int GetPolygonVertex(int pPolygonIndex, int pPositionInPolygon)
Parameters
Type |
Name |
Description |
System.Int32 |
pPolygonIndex |
|
System.Int32 |
pPositionInPolygon |
|
Returns
Type |
Description |
System.Int32 |
|
GetPolygonVertexCount()
Declaration
public int GetPolygonVertexCount()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(FbxMesh, FbxMesh)
Declaration
public static bool operator ==(FbxMesh a, FbxMesh b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxMesh, FbxMesh)
Declaration
public static bool operator !=(FbxMesh a, FbxMesh b)
Parameters
Returns
Type |
Description |
System.Boolean |
|