C# 클래스 VoxelStencil, probe

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

보호된 프로퍼티들

프로퍼티 타입 설명
centerX int
fillType bool

공개 메소드들

메소드 설명
Apply ( int x, int y, bool voxel ) : bool
Initialize ( bool fillType, int radius ) : void
SetCenter ( int x, int y ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( int x, int y, bool voxel ) : bool
x int
y int
voxel bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( bool fillType, int radius ) : void
fillType bool
radius int
리턴 void

SetCenter() 공개 메소드

public SetCenter ( int x, int y ) : void
x int
y int
리턴 void

프로퍼티 상세

centerX 보호되어 있는 프로퍼티

protected int centerX
리턴 int

fillType 보호되어 있는 프로퍼티

protected bool fillType
리턴 bool