C# Class GenerationCamera, Generations

Inheritance: MonoBehaviour
显示文件 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_oe property

public float OrthographicSize
return float

PlayableShownRatioIncrease public_oe property

public float PlayableShownRatioIncrease
return float

ShownRatioEnabled public_oe property

public bool ShownRatioEnabled
return bool

ShownRatioIncrease public_oe property

public float ShownRatioIncrease
return float