C# Class SimpleTweenUI, GoKitLite

Inheritance: MonoBehaviour
Datei anzeigen Open project: prime31/GoKitLite

Public Properties

Property Type Description
cube Transform
easeCurve UnityEngine.AnimationCurve
panel UnityEngine.RectTransform

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

cube public_oe property

public Transform cube
return Transform

easeCurve public_oe property

public AnimationCurve,UnityEngine easeCurve
return UnityEngine.AnimationCurve

panel public_oe property

public RectTransform,UnityEngine panel
return UnityEngine.RectTransform