C# Class DetonatorSpray, Heavy-Insertion

Inheritance: DetonatorComponent
Show file 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 property

public int count
return int

maxScale public property

public float maxScale
return float

minScale public property

public float minScale
return float

sprayObject public property

public GameObject sprayObject
return GameObject

startingRadius public property

public float startingRadius
return float