Class FbxLayer
Inheritance
System.Object
FbxLayer
Syntax
public class FbxLayer : IDisposable
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(FbxLayer)
Declaration
public bool Equals(FbxLayer 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
System.Object.Equals(System.Object)
GetBinormals()
Declaration
public FbxLayerElementBinormal GetBinormals()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
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
Type |
Description |
System.Boolean |
|
Inequality(FbxLayer, FbxLayer)
Declaration
public static bool operator !=(FbxLayer a, FbxLayer b)
Parameters
Returns
Type |
Description |
System.Boolean |
|