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
VirtualReality
Utils
Reticle
C# Class VirtualReality.Utils.Reticle
Inheritance:
UnityEngine.MonoBehaviour
Show file
Open project: usunyu/MyProjects
Public Methods
Method
Description
Hide
( ) :
void
SetPosition
( ) :
void
SetPosition
(
RaycastHit
hit
) :
void
Show
( ) :
void
Private Methods
Method
Description
Awake
( ) :
void
Method Details
Hide()
public
method
public
Hide
( ) :
void
return
void
SetPosition()
public
method
public
SetPosition
( ) :
void
return
void
SetPosition()
public
method
public
SetPosition
(
RaycastHit
hit
) :
void
hit
UnityEngine.RaycastHit
return
void
Show()
public
method
public
Show
( ) :
void
return
void