C# Class FlickerOut, rainCrossBow

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

public bool DontKill
return bool

Duration public_oe property

public float Duration
return float

RandomizeRotation public_oe property

public bool RandomizeRotation
return bool

Upscaling public_oe property

public float Upscaling
return float