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

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_BinormalInfo VertexInfo
m_Index int
m_Infos List
m_NormalInfo VertexInfo
m_PositionInfo VertexInfo
m_SmoothingGroups int
m_TangentInfo VertexInfo
ms_CompareSmoothingGroups bool

Méthodes publiques

Méthode Description
Compare ( ConsolidatedVertex _V ) : bool

Compares with another vertex

Method Details

Compare() public méthode

Compares with another vertex
public Compare ( ConsolidatedVertex _V ) : bool
_V ConsolidatedVertex
Résultat bool

Property Details

m_BinormalInfo public_oe property

public VertexInfo m_BinormalInfo
Résultat VertexInfo

m_Index public_oe property

public int m_Index
Résultat int

m_Infos public_oe property

public List m_Infos
Résultat List

m_NormalInfo public_oe property

public VertexInfo m_NormalInfo
Résultat VertexInfo

m_PositionInfo public_oe property

public VertexInfo m_PositionInfo
Résultat VertexInfo

m_SmoothingGroups public_oe property

public int m_SmoothingGroups
Résultat int

m_TangentInfo public_oe property

public VertexInfo m_TangentInfo
Résultat VertexInfo

ms_CompareSmoothingGroups public_oe static_oe property

public static bool ms_CompareSmoothingGroups
Résultat bool