C# 클래스 DisplayObject, NanoGUI

상속: EventDispatcher
파일 보기 프로젝트 열기: hxflyer/NanoGUI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mouseEnable bool
tag object

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
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

메소드 상세

DisplayObject() 공개 메소드

public DisplayObject ( ) : System.Collections
리턴 System.Collections

clearTouchs() 공개 메소드

public clearTouchs ( ) : void
리턴 void

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

dispatchEnterFrame() 공개 메소드

public dispatchEnterFrame ( ) : void
리턴 void

hitTestMouseDispatch() 공개 메소드

public hitTestMouseDispatch ( string type, Vector2 vec ) : bool
type string
vec Vector2
리턴 bool

hitTestTouchDispatch() 공개 메소드

public hitTestTouchDispatch ( string type, Touch touch ) : bool
type string
touch Touch
리턴 bool

hittest() 공개 메소드

public hittest ( Vector2 vec ) : bool
vec Vector2
리턴 bool

render() 공개 메소드

public render ( ) : void
리턴 void

setBoundRectDirty() 공개 메소드

public setBoundRectDirty ( ) : void
리턴 void

setTransFormDirty() 공개 메소드

public setTransFormDirty ( ) : void
리턴 void

setTransformInTreeDirty() 공개 메소드

public setTransformInTreeDirty ( ) : void
리턴 void

updateBoundRect() 공개 메소드

public updateBoundRect ( ) : void
리턴 void

updateBoundRectInTree() 공개 메소드

public updateBoundRectInTree ( ) : void
리턴 void

updateParentBoundRect() 공개 메소드

public updateParentBoundRect ( ) : void
리턴 void

updateRelatedBoundRect() 공개 메소드

public updateRelatedBoundRect ( ) : void
리턴 void

updateTouchs() 공개 메소드

public updateTouchs ( ) : void
리턴 void

updateTransform() 공개 메소드

public updateTransform ( ) : void
리턴 void

updateTransformInTree() 공개 메소드

public updateTransformInTree ( ) : void
리턴 void

프로퍼티 상세

_alpha 보호되어 있는 프로퍼티

protected float _alpha
리턴 float

_alphaInTree 보호되어 있는 프로퍼티

protected float _alphaInTree
리턴 float

_boundRect 보호되어 있는 프로퍼티

protected Rect _boundRect
리턴 Rect

_boundRectInTree 보호되어 있는 프로퍼티

protected Rect _boundRectInTree
리턴 Rect

_height 보호되어 있는 프로퍼티

protected float _height
리턴 float

_isBoundRectDirty 보호되어 있는 프로퍼티

protected bool _isBoundRectDirty
리턴 bool

_isTransformDirty 보호되어 있는 프로퍼티

protected bool _isTransformDirty
리턴 bool

_isTransformInTreeDirty 보호되어 있는 프로퍼티

protected bool _isTransformInTreeDirty
리턴 bool

_originalHeight 보호되어 있는 프로퍼티

protected float _originalHeight
리턴 float

_originalWidth 보호되어 있는 프로퍼티

protected float _originalWidth
리턴 float

_parent 보호되어 있는 프로퍼티

protected DisplayObjectContainer, _parent
리턴 DisplayObjectContainer,

_rotation 보호되어 있는 프로퍼티

protected float _rotation
리턴 float

_scaleX 보호되어 있는 프로퍼티

protected float _scaleX
리턴 float

_scaleY 보호되어 있는 프로퍼티

protected float _scaleY
리턴 float

_selfBoundRect 보호되어 있는 프로퍼티

protected Rect _selfBoundRect
리턴 Rect

_stage 보호되어 있는 프로퍼티

protected Stage, _stage
리턴 Stage,

_swipeCounter 보호되어 있는 프로퍼티

protected int _swipeCounter
리턴 int

_swipeDirection 보호되어 있는 프로퍼티

protected string _swipeDirection
리턴 string

_touchList 보호되어 있는 프로퍼티

protected List _touchList
리턴 List

_transform 보호되어 있는 프로퍼티

protected Transform2D, _transform
리턴 Transform2D,

_transformInTree 보호되어 있는 프로퍼티

protected Transform2D, _transformInTree
리턴 Transform2D,

_transformInTreeInverted 보호되어 있는 프로퍼티

protected Transform2D, _transformInTreeInverted
리턴 Transform2D,

_transformInTreeRotation 보호되어 있는 프로퍼티

protected float _transformInTreeRotation
리턴 float

_transformInTreeScale 보호되어 있는 프로퍼티

protected Vector2 _transformInTreeScale
리턴 Vector2

_visible 보호되어 있는 프로퍼티

protected bool _visible
리턴 bool

_width 보호되어 있는 프로퍼티

protected float _width
리턴 float

_x 보호되어 있는 프로퍼티

protected float _x
리턴 float

_y 보호되어 있는 프로퍼티

protected float _y
리턴 float

mouseEnable 공개적으로 프로퍼티

public bool mouseEnable
리턴 bool

tag 공개적으로 프로퍼티

public object tag
리턴 object