C# Class SavePoint, RPGQuest

Inheritance: BaseInteraction
Datei anzeigen Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
destroyAfter bool
savePointType SavePointType

Public Methods

Method Description
CallSaveMenu ( ) : void
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
OnDrawGizmos ( ) : void
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
TouchInteract ( ) : void
Update ( ) : void

Method Details

CallSaveMenu() public method

public CallSaveMenu ( ) : void
return void

DropInteract() public method

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
return bool

Interact() public method

public Interact ( ) : bool
return bool

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

TouchInteract() public method

public TouchInteract ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyAfter public_oe property

public bool destroyAfter
return bool

savePointType public_oe property

public SavePointType savePointType
return SavePointType