메소드 | 설명 | |
---|---|---|
ApplyPerspective ( Name name ) : BaseEvent | ||
GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
LinkEmotion ( string emotionType ) : void | ||
RemovePerspective ( Name name ) : BaseEvent | ||
SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
ToDTO ( ) : |
메소드 | 설명 | |
---|---|---|
BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
BuildEventName ( ) : Name |
protected BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
id | uint | |
eventName | Name | |
timestamp | ulong | |
리턴 | System.Collections.Generic |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
리턴 | void |
public RemovePerspective ( Name name ) : BaseEvent | ||
name | Name | |
리턴 | BaseEvent |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
리턴 | void |
public SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
oldPerspective | Name | |
newPerspective | Name | |
리턴 | BaseEvent |