C# Class Tachycardia.ObjectManager

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string objectName, GameObject gameObject ) : void
Find ( string objectName ) : GameObject
ObjectManager ( ) : System
Update ( ) : void

Method Details

Add() public méthode

public Add ( string objectName, GameObject gameObject ) : void
objectName string
gameObject GameObject
Résultat void

Find() public méthode

public Find ( string objectName ) : GameObject
objectName string
Résultat GameObject

ObjectManager() public méthode

public ObjectManager ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void