Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ScrollingScript
C# Class ScrollingScript, SlashRunner
Inheritance:
MonoBehaviour
ファイルを表示
Open project: matthewAURA/SlashRunner
Class Usage Examples
Public Properties
Property
Type
Description
direction
Vector2
isLinkedToCamera
bool
isLooping
bool
speed
Vector2
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
direction
public_oe property
public
Vector2
direction
return
Vector2
isLinkedToCamera
public_oe property
public
bool
isLinkedToCamera
return
bool
isLooping
public_oe property
public
bool
isLooping
return
bool
speed
public_oe property
public
Vector2
speed
return
Vector2