C# Class FlickerOut, rainCrossBow

Inheritance: MonoBehaviour
Show file Open project: Collegiennes/rainCrossBow

Public Properties

Property Type Description
DontKill bool
Duration float
RandomizeRotation bool
Upscaling float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

DontKill public property

public bool DontKill
return bool

Duration public property

public float Duration
return float

RandomizeRotation public property

public bool RandomizeRotation
return bool

Upscaling public property

public float Upscaling
return float