C# 클래스 FBX.SceneLoader.Objects.LoaderTempMesh.ConsolidatedVertex.VertexInfo

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
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