C# Class CodexButton, Adagio

Inheritance: MonoBehaviour
Exibir arquivo Open project: technicalvgda/Adagio

Public Methods

Method Description
Awake ( ) : void
InitializeName ( string fileName ) : void
SendContents ( ) : void
SetHandler ( CodexHandler, handler ) : void
Uncollected ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

InitializeName() public method

public InitializeName ( string fileName ) : void
fileName string
return void

SendContents() public method

public SendContents ( ) : void
return void

SetHandler() public method

public SetHandler ( CodexHandler, handler ) : void
handler CodexHandler,
return void

Uncollected() public method

public Uncollected ( ) : void
return void