C# 클래스 Grey.Vox.VoxFaceType

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

공개 프로퍼티들

프로퍼티 타입 설명
AllowTypes uint[]
Types uint[]

공개 메소드들

메소드 설명
CanShowFace ( VoxFaceType neighbor, int f ) : bool
SetAllMasks ( uint t ) : void
SetAllTypes ( uint t ) : void
VoxFaceType ( ) : System

메소드 상세

CanShowFace() 공개 메소드

public CanShowFace ( VoxFaceType neighbor, int f ) : bool
neighbor VoxFaceType
f int
리턴 bool

SetAllMasks() 공개 메소드

public SetAllMasks ( uint t ) : void
t uint
리턴 void

SetAllTypes() 공개 메소드

public SetAllTypes ( uint t ) : void
t uint
리턴 void

VoxFaceType() 공개 메소드

public VoxFaceType ( ) : System
리턴 System

프로퍼티 상세

AllowTypes 공개적으로 프로퍼티

public uint[] AllowTypes
리턴 uint[]

Types 공개적으로 프로퍼티

public uint[] Types
리턴 uint[]