C# Class ProjectStorms.ScaleOnSpawn

Scale on spawn. Starts object at local scale 0.1f and scales up to local scale 1.
Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: patferguson/Storms-Project

Public Properties

Property Type Description
maxScaleSize float
speed float
useZaxis bool

Public Methods

Method Description
OnEnable ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxScaleSize public_oe property

public float maxScaleSize
return float

speed public_oe property

public float speed
return float

useZaxis public_oe property

public bool useZaxis
return bool