C# Class spawnFences, CLOG2015

Inheritance: MonoBehaviour
显示文件 Open project: bennorskov/CLOG2015

Public Properties

Property Type Description
fence Transform
fenceRandomRange float

Public Methods

Method Description
Start ( ) : void
spawnFence ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

spawnFence() public method

public spawnFence ( ) : void
return void

Property Details

fence public_oe property

public Transform fence
return Transform

fenceRandomRange public_oe property

public float fenceRandomRange
return float