C# 클래스 HaloMap.H2MetaContainers.coll

The coll.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConditionStrings List
Meshes List
Spheres List

공개 메소드들

메소드 설명
ExtractMeshes ( string FilePath ) : void

The extract meshes.

coll ( Meta &meta ) : System.Collections.Generic

Initializes a new instance of the coll class.

메소드 상세

ExtractMeshes() 공개 메소드

The extract meshes.
public ExtractMeshes ( string FilePath ) : void
FilePath string The file path.
리턴 void

coll() 공개 메소드

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

프로퍼티 상세

ConditionStrings 공개적으로 프로퍼티

The condition strings.
public List ConditionStrings
리턴 List

Meshes 공개적으로 프로퍼티

The meshes.
public List Meshes
리턴 List

Spheres 공개적으로 프로퍼티

The spheres.
public List Spheres
리턴 List