C# Class DetonatorSpray, Heavy-Insertion

Inheritance: DetonatorComponent
Datei anzeigen Open project: Rabenvald/Heavy-Insertion

Public Properties

Property Type Description
count int
maxScale float
minScale float
sprayObject GameObject
startingRadius float

Public Methods

Method Description
Explode ( ) : void
Init ( ) : void
Reset ( ) : void
Update ( ) : void

Method Details

Explode() public method

public Explode ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

count public_oe property

public int count
return int

maxScale public_oe property

public float maxScale
return float

minScale public_oe property

public float minScale
return float

sprayObject public_oe property

public GameObject sprayObject
return GameObject

startingRadius public_oe property

public float startingRadius
return float