C# Class ExampleCSharp, swip3

Inheritance: MonoBehaviour
Show file Open project: unit9/swip3

Public Properties

Property Type Description
customAnimationCurve UnityEngine.AnimationCurve
pt1 Transform
pt2 Transform
pt3 Transform
pt4 Transform
pt5 Transform

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
alphaExample ( ) : void
colorExample ( ) : void
customTweenExample ( ) : void
cycleThroughExamples ( ) : void
delayedCallExample ( ) : void
delayedCallExampleCallback ( ) : void
endlessCallback ( ) : void
loopPause ( ) : void
loopResume ( ) : void
loopTestClamp ( ) : void
loopTestPingPong ( ) : void
moveExample ( ) : void
moveLocalExample ( ) : void
moveOnACurveExample ( ) : void
pauseNow ( ) : void
punchTest ( ) : void
rotateAroundExample ( ) : void
rotateExample ( ) : void
rotateFinished ( object hash ) : void
rotateOnUpdate ( float val ) : void
scaleExample ( ) : void
updateValue3Example ( ) : void
updateValue3ExampleCallback ( Vector3 val ) : void
updateValue3ExampleUpdate ( Vector3 val ) : void
updateValueExample ( ) : void
updateValueExampleCallback ( float val, object hash ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

alphaExample() public method

public alphaExample ( ) : void
return void

colorExample() public method

public colorExample ( ) : void
return void

customTweenExample() public method

public customTweenExample ( ) : void
return void

cycleThroughExamples() public method

public cycleThroughExamples ( ) : void
return void

delayedCallExample() public method

public delayedCallExample ( ) : void
return void

delayedCallExampleCallback() public method

public delayedCallExampleCallback ( ) : void
return void

endlessCallback() public method

public endlessCallback ( ) : void
return void

loopPause() public method

public loopPause ( ) : void
return void

loopResume() public method

public loopResume ( ) : void
return void

loopTestClamp() public method

public loopTestClamp ( ) : void
return void

loopTestPingPong() public method

public loopTestPingPong ( ) : void
return void

moveExample() public method

public moveExample ( ) : void
return void

moveLocalExample() public method

public moveLocalExample ( ) : void
return void

moveOnACurveExample() public method

public moveOnACurveExample ( ) : void
return void

pauseNow() public method

public pauseNow ( ) : void
return void

punchTest() public method

public punchTest ( ) : void
return void

rotateAroundExample() public method

public rotateAroundExample ( ) : void
return void

rotateExample() public method

public rotateExample ( ) : void
return void

rotateFinished() public method

public rotateFinished ( object hash ) : void
hash object
return void

rotateOnUpdate() public method

public rotateOnUpdate ( float val ) : void
val float
return void

scaleExample() public method

public scaleExample ( ) : void
return void

updateValue3Example() public method

public updateValue3Example ( ) : void
return void

updateValue3ExampleCallback() public method

public updateValue3ExampleCallback ( Vector3 val ) : void
val Vector3
return void

updateValue3ExampleUpdate() public method

public updateValue3ExampleUpdate ( Vector3 val ) : void
val Vector3
return void

updateValueExample() public method

public updateValueExample ( ) : void
return void

updateValueExampleCallback() public method

public updateValueExampleCallback ( float val, object hash ) : void
val float
hash object
return void

Property Details

customAnimationCurve public property

public AnimationCurve,UnityEngine customAnimationCurve
return UnityEngine.AnimationCurve

pt1 public property

public Transform pt1
return Transform

pt2 public property

public Transform pt2
return Transform

pt3 public property

public Transform pt3
return Transform

pt4 public property

public Transform pt4
return Transform

pt5 public property

public Transform pt5
return Transform