C# Class FlatRedBall.Glue.Events.EventSave

Stores information about an Event type as defined in CSVs.
An EventSave is like a "type" for events. It contains information such as the event name, the arguments, and so on.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Arguments string
ConditionCode string
CreatesEventMember bool
DelegateType string
EventName string
ExternalEvent string
InstanceMethod string

Property Details

Arguments public_oe property

public string Arguments
Résultat string

ConditionCode public_oe property

public string ConditionCode
Résultat string

CreatesEventMember public_oe property

public bool CreatesEventMember
Résultat bool

DelegateType public_oe property

public string DelegateType
Résultat string

EventName public_oe property

public string EventName
Résultat string

ExternalEvent public_oe property

public string ExternalEvent
Résultat string

InstanceMethod public_oe property

public string InstanceMethod
Résultat string