| Prototypes Class |
Namespace: GeonBit.Managers
public class Prototypes : IManager
The Prototypes type exposes the following members.
| Name | Description | |
|---|---|---|
| Draw |
Called every frame during the Draw() process.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FixedUpdate |
Called every constant X seconds during the Update() phase.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Init Prototypes manager.
| |
| Register(GameObject, String) |
Register a prototype from a GameObject instance.
| |
| Register(GameObjectGenerator, String) |
Register a prototype from a function to generate a GameObject.
| |
| Remove |
Remove a prototype.
| |
| Spawn |
Spawn a prototype instance.
Note: parent of new GameObject will be null.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Update current time.
|