C# Class DisplayObject, NanoGUI

Inheritance: EventDispatcher
Afficher le fichier Open project: hxflyer/NanoGUI Class Usage Examples

Méthodes publiques

Свойство Type Description
mouseEnable bool
tag object

Protected Properties

Свойство Type Description
_alpha float
_alphaInTree float
_boundRect Rect
_boundRectInTree Rect
_height float
_isBoundRectDirty bool
_isTransformDirty bool
_isTransformInTreeDirty bool
_originalHeight float
_originalWidth float
_parent DisplayObjectContainer,
_rotation float
_scaleX float
_scaleY float
_selfBoundRect Rect
_stage Stage,
_swipeCounter int
_swipeDirection string
_touchList List
_transform Transform2D,
_transformInTree Transform2D,
_transformInTreeInverted Transform2D,
_transformInTreeRotation float
_transformInTreeScale Vector2
_visible bool
_width float
_x float
_y float

Méthodes publiques

Méthode Description
DisplayObject ( ) : System.Collections
clearTouchs ( ) : void
destroy ( ) : void
dispatchEnterFrame ( ) : void
hitTestMouseDispatch ( string type, Vector2 vec ) : bool
hitTestTouchDispatch ( string type, Touch touch ) : bool
hittest ( Vector2 vec ) : bool
render ( ) : void
setBoundRectDirty ( ) : void
setTransFormDirty ( ) : void
setTransformInTreeDirty ( ) : void
updateBoundRect ( ) : void
updateBoundRectInTree ( ) : void
updateParentBoundRect ( ) : void
updateRelatedBoundRect ( ) : void
updateTouchs ( ) : void
updateTransform ( ) : void
updateTransformInTree ( ) : void

Method Details

DisplayObject() public méthode

public DisplayObject ( ) : System.Collections
Résultat System.Collections

clearTouchs() public méthode

public clearTouchs ( ) : void
Résultat void

destroy() public méthode

public destroy ( ) : void
Résultat void

dispatchEnterFrame() public méthode

public dispatchEnterFrame ( ) : void
Résultat void

hitTestMouseDispatch() public méthode

public hitTestMouseDispatch ( string type, Vector2 vec ) : bool
type string
vec Vector2
Résultat bool

hitTestTouchDispatch() public méthode

public hitTestTouchDispatch ( string type, Touch touch ) : bool
type string
touch Touch
Résultat bool

hittest() public méthode

public hittest ( Vector2 vec ) : bool
vec Vector2
Résultat bool

render() public méthode

public render ( ) : void
Résultat void

setBoundRectDirty() public méthode

public setBoundRectDirty ( ) : void
Résultat void

setTransFormDirty() public méthode

public setTransFormDirty ( ) : void
Résultat void

setTransformInTreeDirty() public méthode

public setTransformInTreeDirty ( ) : void
Résultat void

updateBoundRect() public méthode

public updateBoundRect ( ) : void
Résultat void

updateBoundRectInTree() public méthode

public updateBoundRectInTree ( ) : void
Résultat void

updateParentBoundRect() public méthode

public updateParentBoundRect ( ) : void
Résultat void

updateRelatedBoundRect() public méthode

public updateRelatedBoundRect ( ) : void
Résultat void

updateTouchs() public méthode

public updateTouchs ( ) : void
Résultat void

updateTransform() public méthode

public updateTransform ( ) : void
Résultat void

updateTransformInTree() public méthode

public updateTransformInTree ( ) : void
Résultat void

Property Details

_alpha protected_oe property

protected float _alpha
Résultat float

_alphaInTree protected_oe property

protected float _alphaInTree
Résultat float

_boundRect protected_oe property

protected Rect _boundRect
Résultat Rect

_boundRectInTree protected_oe property

protected Rect _boundRectInTree
Résultat Rect

_height protected_oe property

protected float _height
Résultat float

_isBoundRectDirty protected_oe property

protected bool _isBoundRectDirty
Résultat bool

_isTransformDirty protected_oe property

protected bool _isTransformDirty
Résultat bool

_isTransformInTreeDirty protected_oe property

protected bool _isTransformInTreeDirty
Résultat bool

_originalHeight protected_oe property

protected float _originalHeight
Résultat float

_originalWidth protected_oe property

protected float _originalWidth
Résultat float

_parent protected_oe property

protected DisplayObjectContainer, _parent
Résultat DisplayObjectContainer,

_rotation protected_oe property

protected float _rotation
Résultat float

_scaleX protected_oe property

protected float _scaleX
Résultat float

_scaleY protected_oe property

protected float _scaleY
Résultat float

_selfBoundRect protected_oe property

protected Rect _selfBoundRect
Résultat Rect

_stage protected_oe property

protected Stage, _stage
Résultat Stage,

_swipeCounter protected_oe property

protected int _swipeCounter
Résultat int

_swipeDirection protected_oe property

protected string _swipeDirection
Résultat string

_touchList protected_oe property

protected List _touchList
Résultat List

_transform protected_oe property

protected Transform2D, _transform
Résultat Transform2D,

_transformInTree protected_oe property

protected Transform2D, _transformInTree
Résultat Transform2D,

_transformInTreeInverted protected_oe property

protected Transform2D, _transformInTreeInverted
Résultat Transform2D,

_transformInTreeRotation protected_oe property

protected float _transformInTreeRotation
Résultat float

_transformInTreeScale protected_oe property

protected Vector2 _transformInTreeScale
Résultat Vector2

_visible protected_oe property

protected bool _visible
Résultat bool

_width protected_oe property

protected float _width
Résultat float

_x protected_oe property

protected float _x
Résultat float

_y protected_oe property

protected float _y
Résultat float

mouseEnable public_oe property

public bool mouseEnable
Résultat bool

tag public_oe property

public object tag
Résultat object