Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.IQuestMachineID Interface Reference

Interface for classes that have an id, displayName, and image such as QuestEntity, IdentifiableQuestListContainer, and QuestMachineID. More...

Inheritance diagram for PixelCrushers.QuestMachine.IQuestMachineID:

Properties

StringField id [get]
 Internal ID that Quest Machine can use to reference this GameObject.
 
StringField displayName [get]
 Name to show in UIs.
 
Sprite image [get]
 Image to show in UIs.
 

Detailed Description

Interface for classes that have an id, displayName, and image such as QuestEntity, IdentifiableQuestListContainer, and QuestMachineID.

Property Documentation

◆ displayName

StringField PixelCrushers.QuestMachine.IQuestMachineID.displayName
get

◆ id

StringField PixelCrushers.QuestMachine.IQuestMachineID.id
get

Internal ID that Quest Machine can use to reference this GameObject.

Implemented in PixelCrushers.QuestMachine.QuestEntity, PixelCrushers.QuestMachine.IdentifiableQuestListContainer, and PixelCrushers.QuestMachine.QuestMachineID.

◆ image

Sprite PixelCrushers.QuestMachine.IQuestMachineID.image
get

The documentation for this interface was generated from the following file: