C# 클래스 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.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Arguments string
ConditionCode string
CreatesEventMember bool
DelegateType string
EventName string
ExternalEvent string
InstanceMethod string

프로퍼티 상세

Arguments 공개적으로 프로퍼티

public string Arguments
리턴 string

ConditionCode 공개적으로 프로퍼티

public string ConditionCode
리턴 string

CreatesEventMember 공개적으로 프로퍼티

public bool CreatesEventMember
리턴 bool

DelegateType 공개적으로 프로퍼티

public string DelegateType
리턴 string

EventName 공개적으로 프로퍼티

public string EventName
리턴 string

ExternalEvent 공개적으로 프로퍼티

public string ExternalEvent
리턴 string

InstanceMethod 공개적으로 프로퍼티

public string InstanceMethod
리턴 string