C# Class Block, swip3

Inheritance: MonoBehaviour
Datei anzeigen Open project: unit9/swip3 Class Usage Examples

Public Properties

Property Type Description
Scaling Transform

Public Methods

Method Description
CreateDisappearTransition ( int score ) : U9Transition,

Creates a transition which disappears the block and spawns a score label in its place, which will itself disappear after some time.

Method Details

CreateDisappearTransition() public method

Creates a transition which disappears the block and spawns a score label in its place, which will itself disappear after some time.
public CreateDisappearTransition ( int score ) : U9Transition,
score int Score.
return U9Transition,

Property Details

Scaling public_oe property

public Transform Scaling
return Transform