C# Class MeteCreator, Obavijesti

Inheritance: MonoBehaviour
Mostra file Open project: ooad-2015-2016/Obavijesti

Public Properties

Property Type Description
cooldownAmount float
materials Material[]
mete GameObject[]
refParticle GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

createMeta() public method

public createMeta ( ) : void
return void

Property Details

cooldownAmount public_oe property

public float cooldownAmount
return float

materials public_oe property

public Material[] materials
return Material[]

mete public_oe property

public GameObject[] mete
return GameObject[]

refParticle public_oe property

public GameObject refParticle
return GameObject