C# Class LogoCinematic, LeanTween

Inheritance: MonoBehaviour
显示文件 Open project: dentedpixel/LeanTween

Public Properties

Property Type Description
lean GameObject
tween GameObject

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
playBoom ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

playBoom() public method

public playBoom ( ) : void
return void

Property Details

lean public_oe property

public GameObject lean
return GameObject

tween public_oe property

public GameObject tween
return GameObject