C# 클래스 HaloMap.RawData.ParsedModel.ShaderContainer

The shader container.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Shader HaloMap.H2MetaContainers.ShaderInfo[]
count int

공개 메소드들

메소드 설명
ShaderContainer ( ) : System

Initializes a new instance of the ShaderContainer class.

ShaderContainer ( Meta &meta ) : System

Initializes a new instance of the ShaderContainer class.

메소드 상세

ShaderContainer() 공개 메소드

Initializes a new instance of the ShaderContainer class.
public ShaderContainer ( ) : System
리턴 System

ShaderContainer() 공개 메소드

Initializes a new instance of the ShaderContainer class.
public ShaderContainer ( Meta &meta ) : System
meta HaloMap.Meta.Meta The meta.
리턴 System

프로퍼티 상세

Shader 공개적으로 프로퍼티

The shader.
public ShaderInfo[],HaloMap.H2MetaContainers Shader
리턴 HaloMap.H2MetaContainers.ShaderInfo[]

count 공개적으로 프로퍼티

The count.
public int count
리턴 int