C# Class LevelGen, SelectivePerception

Inheritance: MonoBehaviour
Afficher le fichier Open project: hs-furtwangen/SelectivePerception Class Usage Examples

Méthodes publiques

Свойство Type Description
Char GameObject
_goal GameObject
_ground GameObject
_light GameObject
_particle GameObject
_start GameObject
_text GameObject
_trap GameObject
_wall GameObject
_wire GameObject

Méthodes publiques

Méthode Description
Init ( ) : void
LoadLevel ( string pathname ) : void
LoadLight ( string pathname ) : void
SetChar ( GameObject _char ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
BlockChar ( ) : IEnumerator
CheckField ( int ln, int p, string txt ) : bool
FallDown ( ) : IEnumerator
IsCrossing ( int ln, int p, string line, string txt ) : bool
PlayParticle ( ) : IEnumerator

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

LoadLevel() public méthode

public LoadLevel ( string pathname ) : void
pathname string
Résultat void

LoadLight() public méthode

public LoadLight ( string pathname ) : void
pathname string
Résultat void

SetChar() public méthode

public SetChar ( GameObject _char ) : void
_char GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Char public_oe property

public GameObject Char
Résultat GameObject

_goal public_oe property

public GameObject _goal
Résultat GameObject

_ground public_oe property

public GameObject _ground
Résultat GameObject

_light public_oe property

public GameObject _light
Résultat GameObject

_particle public_oe property

public GameObject _particle
Résultat GameObject

_start public_oe property

public GameObject _start
Résultat GameObject

_text public_oe property

public GameObject _text
Résultat GameObject

_trap public_oe property

public GameObject _trap
Résultat GameObject

_wall public_oe property

public GameObject _wall
Résultat GameObject

_wire public_oe property

public GameObject _wire
Résultat GameObject