Method | Description | |
---|---|---|
Act ( float delta ) : void | ||
AddAction ( |
||
AddHandler ( RoutedEvent routedEvent, |
||
AddHandler ( RoutedEvent routedEvent, |
||
CaptureTouch ( int pointer ) : void | ||
Clear ( ) : void | ||
ClearActions ( ) : void | ||
ClearHandlers ( ) : void | ||
ClipBegin ( ) : bool | ||
ClipBegin ( float x, float y, float width, float height ) : bool | ||
ClipEnd ( ) : void | ||
Draw ( |
||
Hit ( float x, float y, bool touchable ) : |
||
IsAscendentOf ( |
||
IsDescendentOf ( |
||
LocalToAscendantCoordinates ( |
||
LocalToParentCoordinates ( Vector2 localCoords ) : Vector2 | ||
LocalToStageCoordinates ( Vector2 localCoords ) : Vector2 | ||
ParentToLocalCoordinates ( Vector2 parentCoords ) : Vector2 | ||
RaiseEvent ( RoutedEventArgs e ) : bool | ||
ReleaseTouchCapture ( int pointer ) : void | ||
Remove ( ) : bool | ||
RemoveAction ( SceneAction action ) : void | ||
RemoveHandler ( RoutedEvent routedEvent, Delegate handler ) : bool | ||
Rotate ( float amount ) : void | ||
Scale ( float scale ) : void | ||
Scale ( float scaleX, float ScaleY ) : void | ||
ScreenToLocalCoordinates ( Vector2 screenCoords ) : Vector2 | ||
SetBounds ( float x, float y, float width, float height ) : void | ||
SetOrigin ( float originX, float originY ) : void | ||
SetPosition ( float x, float y ) : void | ||
SetScale ( float scale ) : void | ||
SetScale ( float scaleX, float scaleY ) : void | ||
SetSize ( float width, float height ) : void | ||
Size ( float size ) : void | ||
Size ( float width, float height ) : void | ||
StageToLocalCoordinates ( Vector2 stageCoords ) : Vector2 | ||
ToBack ( ) : void | ||
ToFront ( ) : void | ||
ToString ( ) : string | ||
Translate ( float x, float y ) : void |
Method | Description | |
---|---|---|
InitializeEventArgs ( RoutedEventArgs e, RoutedEvent routedEvent ) : RoutedEventArgs | ||
OnGotKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void | ||
OnGotScrollFocus ( ScrollFocusChangedEventArgs e ) : void | ||
OnGotTouchCapture ( TouchEventArgs e ) : void | ||
OnKeyDown ( KeyEventArgs e ) : void | ||
OnKeyUp ( KeyEventArgs e ) : void | ||
OnLostKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void | ||
OnLostScrollFocus ( ScrollFocusChangedEventArgs e ) : void | ||
OnLostTouchCapture ( TouchEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
OnPreviewKeyUp ( KeyEventArgs e ) : void | ||
OnPreviewMouseMove ( MouseEventArgs e ) : void | ||
OnPreviewScroll ( ScrollEventArgs e ) : void | ||
OnPreviewTouchDown ( TouchEventArgs e ) : void | ||
OnPreviewTouchDrag ( TouchEventArgs e ) : void | ||
OnPreviewTouchUp ( TouchEventArgs e ) : void | ||
OnScroll ( ScrollEventArgs e ) : void | ||
OnTouchDown ( TouchEventArgs e ) : void | ||
OnTouchDrag ( TouchEventArgs e ) : void | ||
OnTouchEnter ( TouchEventArgs e ) : void | ||
OnTouchLeave ( TouchEventArgs e ) : void | ||
OnTouchUp ( TouchEventArgs e ) : void |
Method | Description | |
---|---|---|
Actor ( ) : System | ||
GotKeyboardFocusClass ( |
||
GotScrollFocusClass ( |
||
GotTouchCaptureClass ( |
||
InvokeHandler ( RoutedEventArgs args ) : bool | ||
KeyDownClass ( |
||
KeyUpClass ( |
||
LostKeyboardFocusClass ( |
||
LostScrollFocusClass ( |
||
LostTouchCaptureClass ( |
||
MouseMoveClass ( |
||
PreviewKeyDownClass ( |
||
PreviewKeyUpClass ( |
||
PreviewMouseMoveClass ( |
||
PreviewScrollClass ( |
||
PreviewTouchDownClass ( |
||
PreviewTouchDragClass ( |
||
PreviewTouchUpClass ( |
||
ScrollClass ( Actor sender, ScrollEventArgs e ) : void | ||
TouchDownClass ( Actor sender, TouchEventArgs e ) : void | ||
TouchDragClass ( Actor sender, TouchEventArgs e ) : void | ||
TouchEnterClass ( Actor sender, TouchEventArgs e ) : void | ||
TouchLeaveClass ( Actor sender, TouchEventArgs e ) : void | ||
TouchUpClass ( Actor sender, TouchEventArgs e ) : void |
public AddAction ( |
||
action | ||
return | void |
public AddHandler ( RoutedEvent routedEvent, |
||
routedEvent | RoutedEvent | |
handler | ||
return | bool |
public AddHandler ( RoutedEvent routedEvent, |
||
routedEvent | RoutedEvent | |
handler | ||
capturing | bool | |
return | bool |
public ClipBegin ( float x, float y, float width, float height ) : bool | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | bool |
public Draw ( |
||
spriteBatch | ||
parentAlpha | float | |
return | void |
public Hit ( float x, float y, bool touchable ) : |
||
x | float | |
y | float | |
touchable | bool | |
return |
protected InitializeEventArgs ( RoutedEventArgs e, RoutedEvent routedEvent ) : RoutedEventArgs | ||
e | RoutedEventArgs | |
routedEvent | RoutedEvent | |
return | RoutedEventArgs |
public LocalToAscendantCoordinates ( |
||
ascendant | ||
localCoords | Vector2 | |
return | Vector2 |
public LocalToParentCoordinates ( Vector2 localCoords ) : Vector2 | ||
localCoords | Vector2 | |
return | Vector2 |
public LocalToStageCoordinates ( Vector2 localCoords ) : Vector2 | ||
localCoords | Vector2 | |
return | Vector2 |
protected OnGotKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void | ||
e | KeyboardFocusChangedEventArgs | |
return | void |
protected OnGotScrollFocus ( ScrollFocusChangedEventArgs e ) : void | ||
e | ScrollFocusChangedEventArgs | |
return | void |
protected OnGotTouchCapture ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnLostKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void | ||
e | KeyboardFocusChangedEventArgs | |
return | void |
protected OnLostScrollFocus ( ScrollFocusChangedEventArgs e ) : void | ||
e | ScrollFocusChangedEventArgs | |
return | void |
protected OnLostTouchCapture ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnPreviewKeyUp ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnPreviewMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPreviewScroll ( ScrollEventArgs e ) : void | ||
e | ScrollEventArgs | |
return | void |
protected OnPreviewTouchDown ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnPreviewTouchDrag ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnPreviewTouchUp ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnScroll ( ScrollEventArgs e ) : void | ||
e | ScrollEventArgs | |
return | void |
protected OnTouchDown ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnTouchDrag ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnTouchEnter ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnTouchLeave ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
protected OnTouchUp ( TouchEventArgs e ) : void | ||
e | TouchEventArgs | |
return | void |
public ParentToLocalCoordinates ( Vector2 parentCoords ) : Vector2 | ||
parentCoords | Vector2 | |
return | Vector2 |
public RaiseEvent ( RoutedEventArgs e ) : bool | ||
e | RoutedEventArgs | |
return | bool |
public ReleaseTouchCapture ( int pointer ) : void | ||
pointer | int | |
return | void |
public RemoveAction ( SceneAction action ) : void | ||
action | SceneAction | |
return | void |
public RemoveHandler ( RoutedEvent routedEvent, Delegate handler ) : bool | ||
routedEvent | RoutedEvent | |
handler | Delegate | |
return | bool |
public Scale ( float scaleX, float ScaleY ) : void | ||
scaleX | float | |
ScaleY | float | |
return | void |
public ScreenToLocalCoordinates ( Vector2 screenCoords ) : Vector2 | ||
screenCoords | Vector2 | |
return | Vector2 |
public SetBounds ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
public SetOrigin ( float originX, float originY ) : void | ||
originX | float | |
originY | float | |
return | void |
public SetPosition ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public SetScale ( float scaleX, float scaleY ) : void | ||
scaleX | float | |
scaleY | float | |
return | void |
public SetSize ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public Size ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public StageToLocalCoordinates ( Vector2 stageCoords ) : Vector2 | ||
stageCoords | Vector2 | |
return | Vector2 |