C# Class OnDestroyDestroy, UnityTemp

Inheritance: MonoBehaviour
ファイルを表示 Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
destroy GameObject
game int

Public Methods

Method Description
OnDestroy ( ) : void

Raises the destroy event.

start ( ) : void

Method Details

OnDestroy() public method

Raises the destroy event.
public OnDestroy ( ) : void
return void

start() public method

public start ( ) : void
return void

Property Details

destroy public_oe property

public GameObject destroy
return GameObject

game public_oe property

public int game
return int