Свойство | Type | Description | |
---|---|---|---|
chara |
Méthode | Description | |
---|---|---|
CharacterSample ( ) : System.Collections.Generic | ||
FrameEnded ( |
||
FrameRenderingQueued ( |
|
|
KeyPressed ( SharpInputSystem evt ) : bool |
|
|
KeyReleased ( SharpInputSystem evt ) : bool |
|
|
MouseMoved ( SharpInputSystem evt ) : bool |
|
|
MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool |
|
Méthode | Description | |
---|---|---|
CleanupContent ( ) : void | ||
SetupContent ( ) : void |
|
public CharacterSample ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public FrameEnded ( |
||
evt | ||
Résultat | bool |
public FrameRenderingQueued ( |
||
evt | ||
Résultat | bool |
public KeyPressed ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
Résultat | bool |
public KeyReleased ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
Résultat | bool |
public MouseMoved ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
Résultat | bool |
public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
Résultat | bool |