C# Class SwordDroppable, SitepointExample_SavingData

Inheritance: MonoBehaviour, IInteractable
ファイルを表示 Open project: Eudaimonium/SitepointExample_SavingData

Public Methods

Method Description
Interact ( ) : void
LookAt ( ) : void
OnDestroy ( ) : void
SaveFunction ( object sender, EventArgs args ) : void
Start ( ) : void

Method Details

Interact() public method

public Interact ( ) : void
return void

LookAt() public method

public LookAt ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

SaveFunction() public method

public SaveFunction ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

Start() public method

public Start ( ) : void
return void