C# Class Mathius, Mathius_DOE

Inheritance: Object
Afficher le fichier Open project: RandomNPC/Mathius_DOE Class Usage Examples

Méthodes publiques

Méthode Description
Mathius ( GameObject mathius ) : System.Collections
get_answer ( ) : int
get_bounds ( ) : Vector3
get_invisible ( ) : bool
get_lives ( ) : int
get_mpos ( ) : Vector3
get_texture ( ) : Texture
set_answer ( ) : void
set_bounds ( Vector3 bounds ) : void
set_invisible ( bool status ) : void
set_lives ( int lives ) : void
set_mpos ( Vector3 mpos ) : void
set_texture ( Texture texture ) : void
spawn_mathius ( float x, float y, float z ) : void

Method Details

Mathius() public méthode

public Mathius ( GameObject mathius ) : System.Collections
mathius GameObject
Résultat System.Collections

get_answer() public méthode

public get_answer ( ) : int
Résultat int

get_bounds() public méthode

public get_bounds ( ) : Vector3
Résultat Vector3

get_invisible() public méthode

public get_invisible ( ) : bool
Résultat bool

get_lives() public méthode

public get_lives ( ) : int
Résultat int

get_mpos() public méthode

public get_mpos ( ) : Vector3
Résultat Vector3

get_texture() public méthode

public get_texture ( ) : Texture
Résultat Texture

set_answer() public méthode

public set_answer ( ) : void
Résultat void

set_bounds() public méthode

public set_bounds ( Vector3 bounds ) : void
bounds Vector3
Résultat void

set_invisible() public méthode

public set_invisible ( bool status ) : void
status bool
Résultat void

set_lives() public méthode

public set_lives ( int lives ) : void
lives int
Résultat void

set_mpos() public méthode

public set_mpos ( Vector3 mpos ) : void
mpos Vector3
Résultat void

set_texture() public méthode

public set_texture ( Texture texture ) : void
texture Texture
Résultat void

spawn_mathius() public méthode

public spawn_mathius ( float x, float y, float z ) : void
x float
y float
z float
Résultat void