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

Inheritance: MonoBehaviour
Show 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 property

public GameObject[] objects
return GameObject[]

smoothTime public property

public float smoothTime
return float

xSpeed public property

public float xSpeed
return float

yMaxLimit public property

public float yMaxLimit
return float

yMinLimit public property

public float yMinLimit
return float

ySpeed public property

public float ySpeed
return float