Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GLSharp
DemoGame
Controllers
PlayerController
C# Class GLSharp.DemoGame.Controllers.PlayerController
Inheritance:
MechControllerBase
ファイルを表示
Open project: colin-dumitru/GLSharp
Class Usage Examples
Public Methods
Method
Description
PlayerController
( ) :
System
Update
(
float
delta
) :
void
Protected Methods
Method
Description
BindParent
( ) :
void
Private Methods
Method
Description
UpdateHeadOrienation
( ) :
void
UpdateMovement
( ) :
void
Method Details
BindParent()
protected
method
protected
BindParent
( ) :
void
return
void
PlayerController()
public
method
public
PlayerController
( ) :
System
return
System
Update()
public
method
public
Update
(
float
delta
) :
void
delta
float
return
void