Method | Description | |
---|---|---|
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 ( ) : |
Method | Description | |
---|---|---|
BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
BuildEventName ( ) : Name |
public ApplyPerspective ( Name name ) : BaseEvent | ||
name | Name | |
return | BaseEvent |
protected BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
id | uint | |
eventName | Name | |
timestamp | ulong | |
return | System.Collections.Generic |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public LinkEmotion ( string emotionType ) : void | ||
emotionType | string | |
return | void |
public RemovePerspective ( Name name ) : BaseEvent | ||
name | Name | |
return | BaseEvent |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
oldPerspective | Name | |
newPerspective | Name | |
return | BaseEvent |
public abstract ToDTO ( ) : |
||
return |