C# Class BombMotion, snake-arcore-codelab

Inheritance: FoodMotion
ファイルを表示 Open project: devhims/snake-arcore-codelab

Public Properties

Property Type Description
bombBlast AudioClip,
smokeObject GameObject,

Public Methods

Method Description
SetGameOver ( BiteType biteType ) : void

Protected Methods

Method Description
OnEnable ( ) : void

Private Methods

Method Description
OnDisable ( ) : void

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

SetGameOver() public method

public SetGameOver ( BiteType biteType ) : void
biteType BiteType
return void

Property Details

bombBlast public_oe property

public AudioClip, bombBlast
return AudioClip,

smokeObject public_oe property

public GameObject, smokeObject
return GameObject,