Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayerInputController
C# Class PlayerInputController, Heavy-Insertion
Inheritance:
MonoBehaviour
Show file
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 property
public
Vector3
TargetPosition
return
Vector3
TargetTransfrom
public property
public
Transform
TargetTransfrom
return
Transform
driving
public property
public
bool
driving
return
bool
hit
public property
public
RaycastHit
hit
return
RaycastHit
ray
public property
public
Ray
ray
return
Ray