C# Class Tachycardia.ObjectManager

ファイルを表示 Open project: secred/Tachycardia Class Usage Examples

Public Methods

Method Description
Add ( string objectName, GameObject gameObject ) : void
Find ( string objectName ) : GameObject
ObjectManager ( ) : System
Update ( ) : void

Method Details

Add() public method

public Add ( string objectName, GameObject gameObject ) : void
objectName string
gameObject GameObject
return void

Find() public method

public Find ( string objectName ) : GameObject
objectName string
return GameObject

ObjectManager() public method

public ObjectManager ( ) : System
return System

Update() public method

public Update ( ) : void
return void