Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Translating
C# Class Translating, Unity_Shaders_Book
Inheritance:
MonoBehaviour
Mostra file
Open project: candycat1992/Unity_Shaders_Book
Class Usage Examples
Public Properties
Property
Type
Description
endPoint
Vector3
lookAt
Vector3
pingpong
bool
speed
float
startPoint
Vector3
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
endPoint
public_oe property
public
Vector3
endPoint
return
Vector3
lookAt
public_oe property
public
Vector3
lookAt
return
Vector3
pingpong
public_oe property
public
bool
pingpong
return
bool
speed
public_oe property
public
float
speed
return
float
startPoint
public_oe property
public
Vector3
startPoint
return
Vector3