Interface IViewDisplayer
Syntax
public interface IViewDisplayer
Methods
GetRect(ViewCompositionIndex)
Declaration
Rect GetRect(ViewCompositionIndex index)
Parameters
Returns
Repaint()
Declaration
SetTexture(ViewCompositionIndex, Texture)
Declaration
void SetTexture(ViewCompositionIndex index, Texture texture)
Parameters
Events
OnChangingEnvironmentInView
Declaration
event Action<Object, ViewCompositionIndex, Vector2> OnChangingEnvironmentInView
Event Type
OnChangingObjectInView
Declaration
event Action<GameObject, ViewCompositionIndex, Vector2> OnChangingObjectInView
Event Type
OnClosed
Declaration
Event Type
OnLayoutChanged
Declaration
event Action<Layout, SidePanel> OnLayoutChanged
Event Type
OnMouseEventInView
Declaration
event Action<IMouseEvent> OnMouseEventInView
Event Type
Type |
Description |
Action<IMouseEvent> |
|