C# Class CreateBlobs, Lucid-VR

Inheritance: MonoBehaviour
Show file Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
amount int
blob Object
maxRange int
minRange int
player GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
blobInstantiate ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

amount public property

public int amount
return int

blob public property

public Object blob
return Object

maxRange public property

public int maxRange
return int

minRange public property

public int minRange
return int

player public property

public GameObject player
return GameObject