Свойство | Type | Description | |
---|---|---|---|
ClipRect |
Méthode | Description | |
---|---|---|
BoundsInSpace ( |
||
ClipRectInSpace ( |
Returns the bounds of the container's clipRect in the given coordinate space, or null if the sprite doens't have a clipRect.
|
|
Flatten ( ) : void |
Optimizes the sprite for optimal rendering performance. Changes in the children of a flattened sprite will not be displayed any longer. For this to happen, either call 'Flatten' again, or 'Unflatten' the sprite. Beware that the actual flattening will not happen right away, but right before the next rendering.
|
|
HitTestPoint ( |
||
Render ( |
||
Unflatten ( ) : void |
Removes the rendering optimizations that were created when flattening the sprite. Changes to the sprite's children will immediately become visible again.
|
public BoundsInSpace ( |
||
targetSpace | ||
Résultat |
public ClipRectInSpace ( |
||
targetSpace | ||
Résultat |
public HitTestPoint ( |
||
localPoint | ||
Résultat |
public Render ( |
||
support | ||
Résultat | void |