C# 클래스 FBX.SceneLoader.Objects.LoaderTempMesh.Primitive.VertexStream

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_Index int
m_SourceLayerElement FBXImporter.LayerElement
m_Stream object[]
m_Type VERTEX_INFO_TYPE

공개 메소드들

메소드 설명
VertexStream ( FBXImporter _Source, VERTEX_INFO_TYPE _Type, int _Index, int _StreamLength ) : System

메소드 상세

VertexStream() 공개 메소드

public VertexStream ( FBXImporter _Source, VERTEX_INFO_TYPE _Type, int _Index, int _StreamLength ) : System
_Source FBXImporter
_Type VERTEX_INFO_TYPE
_Index int
_StreamLength int
리턴 System

프로퍼티 상세

m_Index 보호되어 있는 프로퍼티

protected int m_Index
리턴 int

m_SourceLayerElement 보호되어 있는 프로퍼티

protected FBXImporter.LayerElement m_SourceLayerElement
리턴 FBXImporter.LayerElement

m_Stream 보호되어 있는 프로퍼티

protected object[] m_Stream
리턴 object[]

m_Type 보호되어 있는 프로퍼티

protected VERTEX_INFO_TYPE m_Type
리턴 VERTEX_INFO_TYPE