Variables | |
static PropertyType< float > | AspectRatioProperty |
AspectRatio property. More... | |
static PropertyType< Vector2 > | RenderTransformationOriginProperty |
RenderTransformationOrigin property. More... | |
static PropertyType< bool > | SnapToPixelProperty |
SnapToPixel property. More... | |
static PropertyType< ResourceSharedPtr > | BackgroundBrushProperty |
BackgroundBrush property. More... | |
static PropertyType< ResourceSharedPtr > | CompositionBrushProperty |
CompositionBrush property. More... | |
static PropertyType< ResourceSharedPtr > | ForegroundBrushProperty |
ForegroundBrush property. More... | |
static PropertyType< bool > | ForceCompositionProperty |
ForceComposition property. More... | |
static PropertyType< Node2D::ForegroundHint > | ForegroundHintProperty |
ForegroundHint property. More... | |
static PropertyType< bool > | CacheChildrenProperty |
CacheChildren property. More... | |
static PropertyType< bool > | CacheResultProperty |
CacheResult property. More... | |
static PropertyType< bool > | CacheSelfProperty |
CacheSelf property. More... | |
static PropertyType< bool > | OffscreenRenderingProperty |
OffscreenRendering property. More... | |
static PropertyType< bool > | DisableRenderTargetClearProperty |
DisableRenderTargetClear property. More... | |
static PropertyType< Node2D::PixelFormat > | PixelFormatProperty |
PixelFormat property. More... | |
static PropertyType< bool > | RenderSelfProperty |
RenderSelf property. More... | |
static PropertyType< ResourceSharedPtr > | RenderTargetProperty |
RenderTarget property. More... | |
static PropertyType< float > | RenderTargetMinimumHeightProperty |
RenderTargetMinimumHeight property. More... | |
static PropertyType< float > | RenderTargetMinimumWidthProperty |
RenderTargetMinimumWidth property. More... | |
static PropertyType< float > | RenderTargetReallocationLimitProperty |
RenderTargetReallocationLimit property. More... | |
float getAspectRatio | ( | ) | const |
Gets the value of AspectRatioProperty.
void setAspectRatio | ( | float | value | ) |
Sets the value of AspectRatioProperty.
Vector2 getRenderTransformationOrigin | ( | ) | const |
Gets the value of RenderTransformationOriginProperty.
void setRenderTransformationOrigin | ( | Vector2 | value | ) |
Sets the value of RenderTransformationOriginProperty.
bool isSnapToPixel | ( | ) | const |
Gets the value of SnapToPixelProperty.
void setSnapToPixel | ( | bool | value | ) |
Sets the value of SnapToPixelProperty.
bool isForceComposition | ( | ) | const |
Gets the value of ForceCompositionProperty.
void setForceComposition | ( | bool | value | ) |
Sets the value of ForceCompositionProperty.
Node2D::ForegroundHint getForegroundHint | ( | ) | const |
Gets the value of ForegroundHintProperty.
void setForegroundHint | ( | Node2D::ForegroundHint | value | ) |
Sets the value of ForegroundHintProperty.
bool isCacheChildren | ( | ) | const |
Gets the value of CacheChildrenProperty.
void setCacheChildren | ( | bool | value | ) |
Sets the value of CacheChildrenProperty.
bool isCacheResult | ( | ) | const |
Gets the value of CacheResultProperty.
void setCacheResult | ( | bool | value | ) |
Sets the value of CacheResultProperty.
bool isCacheSelf | ( | ) | const |
Gets the value of CacheSelfProperty.
void setCacheSelf | ( | bool | value | ) |
Sets the value of CacheSelfProperty.
bool isOffscreenRendering | ( | ) | const |
Gets the value of OffscreenRenderingProperty.
void setOffscreenRendering | ( | bool | value | ) |
Sets the value of OffscreenRenderingProperty.
bool isDisableRenderTargetClear | ( | ) | const |
Gets the value of DisableRenderTargetClearProperty.
void setDisableRenderTargetClear | ( | bool | value | ) |
Sets the value of DisableRenderTargetClearProperty.
Node2D::PixelFormat getPixelFormat | ( | ) | const |
Gets the value of PixelFormatProperty.
void setPixelFormat | ( | Node2D::PixelFormat | value | ) |
Sets the value of PixelFormatProperty.
bool isRenderSelf | ( | ) | const |
Gets the value of RenderSelfProperty.
void setRenderSelf | ( | bool | value | ) |
Sets the value of RenderSelfProperty.
float getRenderTargetMinimumHeight | ( | ) | const |
Gets the value of RenderTargetMinimumHeightProperty.
void setRenderTargetMinimumHeight | ( | float | value | ) |
Sets the value of RenderTargetMinimumHeightProperty.
float getRenderTargetMinimumWidth | ( | ) | const |
Gets the value of RenderTargetMinimumWidthProperty.
void setRenderTargetMinimumWidth | ( | float | value | ) |
Sets the value of RenderTargetMinimumWidthProperty.
float getRenderTargetReallocationLimit | ( | ) | const |
Gets the value of RenderTargetReallocationLimitProperty.
void setRenderTargetReallocationLimit | ( | float | value | ) |
Sets the value of RenderTargetReallocationLimitProperty.
|
static |
|
static |
RenderTransformationOrigin property.
The default value is Vector2(0.0f, 0.0f).
|
static |
|
static |
BackgroundBrush property.
The default value is ResourceSharedPtr().
|
static |
CompositionBrush property.
The default value is ResourceSharedPtr().
|
static |
ForegroundBrush property.
The default value is ResourceSharedPtr().
|
static |
ForceComposition property.
The default value is false.
|
static |
ForegroundHint property.
The default value is Node2D::ForegroundHintNone.
|
static |
|
static |
|
static |
|
static |
OffscreenRendering property.
The default value is false.
|
static |
DisableRenderTargetClear property.
The default value is false.
|
static |
PixelFormat property.
The default value is Node2D::PixelFormatRgb.
|
static |
|
static |
RenderTarget property.
The default value is ResourceSharedPtr().
|
static |
RenderTargetMinimumHeight property.
The default value is 1.0f.
|
static |
RenderTargetMinimumWidth property.
The default value is 1.0f.
|
static |
RenderTargetReallocationLimit property.
The default value is 0.25f.