Class FbxLayer
Syntax
public class FbxLayer : IDisposable
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(FbxLayer)
Declaration
public bool Equals(FbxLayer other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetBinormals()
Declaration
public FbxLayerElementBinormal GetBinormals()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetMaterials()
Declaration
public FbxLayerElementMaterial GetMaterials()
Returns
GetNormals()
Declaration
public FbxLayerElementNormal GetNormals()
Returns
GetTangents()
Declaration
public FbxLayerElementTangent GetTangents()
Returns
GetUVs()
Declaration
public FbxLayerElementUV GetUVs()
Returns
GetUVs(FbxLayerElement.EType)
Declaration
public FbxLayerElementUV GetUVs(FbxLayerElement.EType pTypeIdentifier)
Parameters
Returns
GetVertexColors()
Declaration
public FbxLayerElementVertexColor GetVertexColors()
Returns
SetBinormals(FbxLayerElementBinormal)
Declaration
public void SetBinormals(FbxLayerElementBinormal pBinormals)
Parameters
SetMaterials(FbxLayerElementMaterial)
Declaration
public void SetMaterials(FbxLayerElementMaterial pMaterials)
Parameters
SetNormals(FbxLayerElementNormal)
Declaration
public void SetNormals(FbxLayerElementNormal pNormals)
Parameters
SetTangents(FbxLayerElementTangent)
Declaration
public void SetTangents(FbxLayerElementTangent pTangents)
Parameters
SetUVs(FbxLayerElementUV)
Declaration
public void SetUVs(FbxLayerElementUV pUVs)
Parameters
SetUVs(FbxLayerElementUV, FbxLayerElement.EType)
Declaration
public void SetUVs(FbxLayerElementUV pUVs, FbxLayerElement.EType pTypeIdentifier)
Parameters
SetVertexColors(FbxLayerElementVertexColor)
Declaration
public void SetVertexColors(FbxLayerElementVertexColor pVertexColors)
Parameters
Operators
Equality(FbxLayer, FbxLayer)
Declaration
public static bool operator ==(FbxLayer a, FbxLayer b)
Parameters
Returns
Inequality(FbxLayer, FbxLayer)
Declaration
public static bool operator !=(FbxLayer a, FbxLayer b)
Parameters
Returns