Property | Type | Description | |
---|---|---|---|
chara |
Method | 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 |
|
Method | Description | |
---|---|---|
CleanupContent ( ) : void | ||
SetupContent ( ) : void |
|
public CharacterSample ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public FrameEnded ( |
||
evt | ||
return | bool |
public FrameRenderingQueued ( |
||
evt | ||
return | bool |
public KeyPressed ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
return | bool |
public KeyReleased ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
return | bool |
public MouseMoved ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
return | bool |
public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
return | bool |