C# Class Voxel, probe

Afficher le fichier Open project: AVUIs/probe Class Usage Examples

Méthodes publiques

Свойство Type Description
position Vector2,
state bool

Méthodes publiques

Méthode 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 méthode

public BecomeXDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
Résultat void

BecomeXYDummyOf() public méthode

public BecomeXYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
Résultat void

BecomeYDummyOf() public méthode

public BecomeYDummyOf ( Voxel, voxel, float offset ) : void
voxel Voxel,
offset float
Résultat void

Voxel() public méthode

public Voxel ( ) : UnityEngine
Résultat UnityEngine

Voxel() public méthode

public Voxel ( int x, int y, float size ) : UnityEngine
x int
y int
size float
Résultat UnityEngine

Property Details

position public_oe property

public Vector2, position
Résultat Vector2,

state public_oe property

public bool state
Résultat bool