Property | Type | Description | |
---|---|---|---|
data | object |
Property | Type | Description | |
---|---|---|---|
_alpha | float | ||
_concatenatedAlpha | float | ||
_concatenatedMatrix | FMatrix, | ||
_container | FContainer, | ||
_depth | int | ||
_inverseConcatenatedMatrix | FMatrix, | ||
_isAlphaDirty | bool | ||
_isMatrixDirty | bool | ||
_isOnStage | bool | ||
_isVisible | bool | ||
_matrix | FMatrix, | ||
_needsSpecialMatrices | bool | ||
_rotation | float | ||
_scaleX | float | ||
_scaleY | float | ||
_screenConcatenatedMatrix | FMatrix, | ||
_screenInverseConcatenatedMatrix | FMatrix, | ||
_sortZ | float | ||
_stage | FStage, | ||
_visibleAlpha | float | ||
_x | float | ||
_y | float |
Method | Description | |
---|---|---|
FNode ( ) : System | ||
GetLocalMousePosition ( ) : Vector2 | ||
GetPosition ( ) : Vector2 | ||
GlobalToLocal ( Vector2 globalVector ) : Vector2 | ||
HandleAddedToContainer ( FContainer, container ) : void | ||
HandleAddedToStage ( ) : void | ||
HandleRemovedFromContainer ( ) : void | ||
HandleRemovedFromStage ( ) : void | ||
LocalToGlobal ( Vector2 localVector ) : Vector2 | ||
LocalToLocal ( FNode, otherNode, Vector2 otherVector ) : Vector2 | ||
LocalToScreen ( Vector2 localVector ) : Vector2 | ||
LocalToStage ( Vector2 localVector ) : Vector2 | ||
MoveToBottom ( ) : void | ||
MoveToTop ( ) : void | ||
Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void | ||
RemoveFromContainer ( ) : void | ||
RotateAroundPointAbsolute ( Vector2 localPoint, float absoluteDegrees ) : void | ||
RotateAroundPointRelative ( Vector2 localPoint, float relativeDegrees ) : void | ||
ScaleAroundPointAbsolute ( Vector2 localPoint, float absoluteScaleX, float absoluteScaleY ) : void | ||
ScaleAroundPointRelative ( Vector2 localPoint, float relativeScaleX, float relativeScaleY ) : void | ||
ScreenToLocal ( Vector2 screenVector ) : Vector2 | ||
SetPosition ( Vector2 newPosition ) : void | ||
SetPosition ( float newX, float newY ) : void | ||
StageToLocal ( Vector2 globalVector ) : Vector2 | ||
UpdateMatrix ( ) : void |
Method | Description | |
---|---|---|
CreateSpecialMatrices ( ) : void | ||
UpdateDepthMatrixAlpha ( bool shouldForceDirty, bool shouldUpdateDepth ) : void |
public GlobalToLocal ( Vector2 globalVector ) : Vector2 | ||
globalVector | Vector2 | |
return | Vector2 |
public HandleAddedToContainer ( FContainer, container ) : void | ||
container | FContainer, | |
return | void |
public LocalToGlobal ( Vector2 localVector ) : Vector2 | ||
localVector | Vector2 | |
return | Vector2 |
public LocalToLocal ( FNode, otherNode, Vector2 otherVector ) : Vector2 | ||
otherNode | FNode, | |
otherVector | Vector2 | |
return | Vector2 |
public LocalToScreen ( Vector2 localVector ) : Vector2 | ||
localVector | Vector2 | |
return | Vector2 |
public LocalToStage ( Vector2 localVector ) : Vector2 | ||
localVector | Vector2 | |
return | Vector2 |
public Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void | ||
shouldForceDirty | bool | |
shouldUpdateDepth | bool | |
return | void |
public RotateAroundPointAbsolute ( Vector2 localPoint, float absoluteDegrees ) : void | ||
localPoint | Vector2 | |
absoluteDegrees | float | |
return | void |
public RotateAroundPointRelative ( Vector2 localPoint, float relativeDegrees ) : void | ||
localPoint | Vector2 | |
relativeDegrees | float | |
return | void |
public ScaleAroundPointAbsolute ( Vector2 localPoint, float absoluteScaleX, float absoluteScaleY ) : void | ||
localPoint | Vector2 | |
absoluteScaleX | float | |
absoluteScaleY | float | |
return | void |
public ScaleAroundPointRelative ( Vector2 localPoint, float relativeScaleX, float relativeScaleY ) : void | ||
localPoint | Vector2 | |
relativeScaleX | float | |
relativeScaleY | float | |
return | void |
public ScreenToLocal ( Vector2 screenVector ) : Vector2 | ||
screenVector | Vector2 | |
return | Vector2 |
public SetPosition ( Vector2 newPosition ) : void | ||
newPosition | Vector2 | |
return | void |
public SetPosition ( float newX, float newY ) : void | ||
newX | float | |
newY | float | |
return | void |
public StageToLocal ( Vector2 globalVector ) : Vector2 | ||
globalVector | Vector2 | |
return | Vector2 |
protected UpdateDepthMatrixAlpha ( bool shouldForceDirty, bool shouldUpdateDepth ) : void | ||
shouldForceDirty | bool | |
shouldUpdateDepth | bool | |
return | void |
protected FMatrix, _inverseConcatenatedMatrix | ||
return | FMatrix, |
protected FMatrix, _screenConcatenatedMatrix | ||
return | FMatrix, |
protected FMatrix, _screenInverseConcatenatedMatrix | ||
return | FMatrix, |