C# Class RotatePlant, FIcontent.Gaming.Enabler.phenomobilecharactermanager

Inheritance: MonoBehaviour
Mostra file Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
objects GameObject[]
smoothTime float
xSpeed float
yMaxLimit float
yMinLimit float
ySpeed float

Public Methods

Method Description
OnZoom ( ) : void

Private Methods

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

Method Details

OnZoom() public method

public OnZoom ( ) : void
return void

Property Details

objects public_oe property

public GameObject[] objects
return GameObject[]

smoothTime public_oe property

public float smoothTime
return float

xSpeed public_oe property

public float xSpeed
return float

yMaxLimit public_oe property

public float yMaxLimit
return float

yMinLimit public_oe property

public float yMinLimit
return float

ySpeed public_oe property

public float ySpeed
return float