Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayerInputController
C# Class PlayerInputController, Heavy-Insertion
Inheritance:
MonoBehaviour
显示文件
Open project: Rabenvald/Heavy-Insertion
Class Usage Examples
Public Properties
Property
Type
Description
TargetPosition
Vector3
TargetTransfrom
Transform
driving
bool
hit
RaycastHit
ray
Ray
Public Methods
Method
Description
Awake
( ) :
void
FixedUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
TargetPosition
public_oe property
public
Vector3
TargetPosition
return
Vector3
TargetTransfrom
public_oe property
public
Transform
TargetTransfrom
return
Transform
driving
public_oe property
public
bool
driving
return
bool
hit
public_oe property
public
RaycastHit
hit
return
RaycastHit
ray
public_oe property
public
Ray
ray
return
Ray