C# Class GenerationCamera, Generations

Inheritance: MonoBehaviour
Show file Open project: scadieux/Generations

Public Properties

Property Type Description
OrthographicSize float
PlayableShownRatioIncrease float
ShownRatioEnabled bool
ShownRatioIncrease float

Public Methods

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

Method Details

SkipTransition() public method

public SkipTransition ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

OrthographicSize public property

public float OrthographicSize
return float

PlayableShownRatioIncrease public property

public float PlayableShownRatioIncrease
return float

ShownRatioEnabled public property

public bool ShownRatioEnabled
return bool

ShownRatioIncrease public property

public float ShownRatioIncrease
return float