C# 클래스 Voxel, probe

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

공개 프로퍼티들

프로퍼티 타입 설명
position Vector2,
state bool

공개 메소드들

메소드 설명
BecomeXDummyOf ( Voxel, voxel, float offset ) : void
BecomeXYDummyOf ( Voxel, voxel, float offset ) : void
BecomeYDummyOf ( Voxel, voxel, float offset ) : void
Voxel ( ) : UnityEngine
Voxel ( int x, int y, float size ) : UnityEngine

메소드 상세

BecomeXDummyOf() 공개 메소드

public BecomeXDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
리턴 void

BecomeXYDummyOf() 공개 메소드

public BecomeXYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
리턴 void

BecomeYDummyOf() 공개 메소드

public BecomeYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
리턴 void

Voxel() 공개 메소드

public Voxel ( ) : UnityEngine
리턴 UnityEngine

Voxel() 공개 메소드

public Voxel ( int x, int y, float size ) : UnityEngine
x int
y int
size float
리턴 UnityEngine

프로퍼티 상세

position 공개적으로 프로퍼티

public Vector2, position
리턴 Vector2,

state 공개적으로 프로퍼티

public bool state
리턴 bool