Method | Description | |
---|---|---|
Activate ( Multiform sender, string name, |
Activate the multiform with the given name.
|
|
Deactivate ( Multiform multiform ) : void |
Deactivate the given multiform instance.
|
|
Deactivate ( string name ) : void |
Deactivate the multiform with the given name.
|
|
MultiformManager ( ) : System | ||
SetProcessOrder ( string names ) : void |
Set the global process order, which is the order multiforms are updated in. The global process order may only be set once before the game begins running.
|
Method | Description | |
---|---|---|
ApplyOrQueueEvent ( |
||
RegisterMultiform ( Multiform instance ) : void |
Register a multiform instance with the given name.
|
|
RegisterMultiform ( |
Register a multiform with the given type.
|
|
Render ( ) : void |
Render all the multiforms.
|
|
Update ( ) : void |
Update all the multiforms.
|
public Activate ( Multiform sender, string name, |
||
sender | Multiform | |
name | string | |
args | ||
return | void |
public Deactivate ( Multiform multiform ) : void | ||
multiform | Multiform | |
return | void |
public SetProcessOrder ( string names ) : void | ||
names | string | |
return | void |