C# Class VariableChecker, RPGQuest

Inheritance: BaseInteraction
Afficher le fichier Open project: hughrogers/RPGQuest

Méthodes publiques

Свойство Type Description
animationName string
destroy bool
number int
playMode PlayMode,
playOptions string[]
queueMode QueueMode
speed float
stopAll bool
stopAnimation bool
time float

Méthodes publiques

Méthode Description
Interact ( ) : bool
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
StartEvent ( ) : void
TouchInteract ( ) : void

Method Details

Interact() public méthode

public Interact ( ) : bool
Résultat bool

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartEvent() public méthode

public StartEvent ( ) : void
Résultat void

TouchInteract() public méthode

public TouchInteract ( ) : void
Résultat void

Property Details

animationName public_oe property

public string animationName
Résultat string

destroy public_oe property

public bool destroy
Résultat bool

number public_oe property

public int number
Résultat int

playMode public_oe property

public PlayMode, playMode
Résultat PlayMode,

playOptions public_oe property

public string[] playOptions
Résultat string[]

queueMode public_oe property

public QueueMode queueMode
Résultat QueueMode

speed public_oe property

public float speed
Résultat float

stopAll public_oe property

public bool stopAll
Résultat bool

stopAnimation public_oe property

public bool stopAnimation
Résultat bool

time public_oe property

public float time
Résultat float