ISceneReferenceHandler
public interface Montebearo.Discourse.ISceneReferenceHandler : IEventComponent
Methods
| Methods | Returns | Description |
| SyncWithEvent(DiscourseEvent discourseEvent) | void | Forces the handler to retrieve relevant information from an Event and update its information / lookup of objects appropriately. This is called via the ContextMenu on DiscourseEventBehaviour. |
ISceneReferenceHandler<T>
public interface Montebearo.Discourse.ISceneReferenceHandler<out T> : ISceneReferenceHandler where T : Object
Properties
| Property | Returns | Description |
|---|---|---|
| Lookup | ISceneReferenceLookup | The Lookup storing references of type T against their string Id. |