C# Class Voxel, probe

ファイルを表示 Open project: AVUIs/probe Class Usage Examples

Public Properties

Property Type Description
position Vector2,
state bool

Public Methods

Method Description
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

Method Details

BecomeXDummyOf() public method

public BecomeXDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
return void

BecomeXYDummyOf() public method

public BecomeXYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
return void

BecomeYDummyOf() public method

public BecomeYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
return void

Voxel() public method

public Voxel ( ) : UnityEngine
return UnityEngine

Voxel() public method

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

Property Details

position public_oe property

public Vector2, position
return Vector2,

state public_oe property

public bool state
return bool