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
Raycaster
C# Class Raycaster, ITP_OpenSourceAnimation
Inheritance:
MonoBehaviour
Show file
Open project: n1ckfg/ITP_OpenSourceAnimation
Class Usage Examples
Public Properties
Property
Type
Description
cameraMode
bool
isLooking
bool
isLookingAt
string
target
GameObject
targetHit
bool
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
doRay
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
doRay()
public
method
public
doRay
( ) :
void
return
void
Property Details
cameraMode
public property
public
bool
cameraMode
return
bool
isLooking
public property
public
bool
isLooking
return
bool
isLookingAt
public property
public
string
isLookingAt
return
string
target
public property
public
GameObject
target
return
GameObject
targetHit
public property
public
bool
targetHit
return
bool