C# Class HasteRoadMaker, VJ01

Inheritance: MonoBehaviour
显示文件 Open project: keijiro/VJ01

Public Properties

Property Type Description
columnCount int
interval float
tilePrefab GameObject
twistShaker Shaker,

Public Methods

Method Description
CreateLine ( float offset ) : void
Update ( ) : void

Method Details

CreateLine() public method

public CreateLine ( float offset ) : void
offset float
return void

Update() public method

public Update ( ) : void
return void

Property Details

columnCount public_oe property

public int columnCount
return int

interval public_oe property

public float interval
return float

tilePrefab public_oe property

public GameObject tilePrefab
return GameObject

twistShaker public_oe property

public Shaker, twistShaker
return Shaker,