C# Класс FBX.SceneLoader.Objects.LoaderTempMesh.ConsolidatedVertex.VertexInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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.

Описание методов

Compare() публичный Метод

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
Результат bool

Описание свойств

m_Index публичное свойство

public int m_Index
Результат int

m_Owner публичное свойство

public LoaderTempMesh,FBX.SceneLoader.Objects m_Owner
Результат LoaderTempMesh

m_SourceLayerElement публичное свойство

public FBXImporter.LayerElement m_SourceLayerElement
Результат FBXImporter.LayerElement

m_Type публичное свойство

public VERTEX_INFO_TYPE m_Type
Результат VERTEX_INFO_TYPE

m_Value публичное свойство

public object m_Value
Результат object

ms_CompareColors публичное статическое свойство

public static bool ms_CompareColors
Результат bool

ms_CompareSmoothingGroups публичное статическое свойство

public static bool ms_CompareSmoothingGroups
Результат bool

ms_CompareTangentSpace публичное статическое свойство

public static bool ms_CompareTangentSpace
Результат bool

ms_CompareUVs публичное статическое свойство

public static bool ms_CompareUVs
Результат bool