C# 클래스 OpenRA.FileFormats.VxlLimb

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds float[]
Name string
Scale float
Size byte[]
Type NormalType
VoxelCount uint
VoxelMap Dictionary[,]

프로퍼티 상세

Bounds 공개적으로 프로퍼티

public float[] Bounds
리턴 float[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

Scale 공개적으로 프로퍼티

public float Scale
리턴 float

Size 공개적으로 프로퍼티

public byte[] Size
리턴 byte[]

Type 공개적으로 프로퍼티

public NormalType Type
리턴 NormalType

VoxelCount 공개적으로 프로퍼티

public uint VoxelCount
리턴 uint

VoxelMap 공개적으로 프로퍼티

public Dictionary[,] VoxelMap
리턴 Dictionary[,]