C# Class FBX.SceneLoader.Objects.LoaderTempMesh.ConsolidatedVertex.VertexInfo

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Index int
m_Owner LoaderTempMesh
m_SourceLayerElement FBXImporter.LayerElement
m_Type VERTEX_INFO_TYPE
m_Value object
ms_CompareColors bool
ms_CompareSmoothingGroups bool
ms_CompareTangentSpace bool
ms_CompareUVs bool

Public Methods

Method Description
Compare ( VertexInfo _Info ) : bool

Compares with another vertex info of the same type The comparison strategy is to declare the infos as "equal" if they're not of the same type or don't have the same index. The only case when these infos are not equal is when they differ by value. Thus, it allows us to compare all infos of a vertex against all the infos of another vertex and to know if the vertices are actually equal to each other because they have the exact same values.

Method Details

Compare() public method

Compares with another vertex info of the same type The comparison strategy is to declare the infos as "equal" if they're not of the same type or don't have the same index. The only case when these infos are not equal is when they differ by value. Thus, it allows us to compare all infos of a vertex against all the infos of another vertex and to know if the vertices are actually equal to each other because they have the exact same values.
public Compare ( VertexInfo _Info ) : bool
_Info VertexInfo
return bool

Property Details

m_Index public property

public int m_Index
return int

m_Owner public property

public LoaderTempMesh,FBX.SceneLoader.Objects m_Owner
return LoaderTempMesh

m_SourceLayerElement public property

public FBXImporter.LayerElement m_SourceLayerElement
return FBXImporter.LayerElement

m_Type public property

public VERTEX_INFO_TYPE m_Type
return VERTEX_INFO_TYPE

m_Value public property

public object m_Value
return object

ms_CompareColors public static property

public static bool ms_CompareColors
return bool

ms_CompareSmoothingGroups public static property

public static bool ms_CompareSmoothingGroups
return bool

ms_CompareTangentSpace public static property

public static bool ms_CompareTangentSpace
return bool

ms_CompareUVs public static property

public static bool ms_CompareUVs
return bool