C# Class MineManager, Hero.Coli

Inheritance: MonoBehaviour
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Méthodes publiques

Свойство Type Description
detonatedMines int
gameObjectName string
hero Hero,
isReseting bool
mine GameObject

Méthodes publiques

Méthode Description
detonate ( Mine, mine ) : void
get ( ) : MineManager,
resetSelectedMine ( Mine, mine ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
safeGetPerso ( ) : Hero,

Method Details

detonate() public static méthode

public static detonate ( Mine, mine ) : void
mine Mine,
Résultat void

get() public static méthode

public static get ( ) : MineManager,
Résultat MineManager,

resetSelectedMine() public static méthode

public static resetSelectedMine ( Mine, mine ) : void
mine Mine,
Résultat void

Property Details

detonatedMines public_oe static_oe property

public static int detonatedMines
Résultat int

gameObjectName public_oe static_oe property

public static string gameObjectName
Résultat string

hero public_oe property

public Hero, hero
Résultat Hero,

isReseting public_oe static_oe property

public static bool isReseting
Résultat bool

mine public_oe property

public GameObject mine
Résultat GameObject