C# Class TextureScroll, they_love_you

Inheritance: MonoBehaviour
ファイルを表示 Open project: pda/they_love_you Class Usage Examples

Public Properties

Property Type Description
scrollSpeed float
tex_scale 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

scrollSpeed public_oe property

public float scrollSpeed
return float

tex_scale public_oe property

public Vector2 tex_scale
return Vector2