C# Class CreateBlobs, Lucid-VR

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public int amount
return int

blob public_oe property

public Object blob
return Object

maxRange public_oe property

public int maxRange
return int

minRange public_oe property

public int minRange
return int

player public_oe property

public GameObject player
return GameObject