Variables | |
| static PropertyType< float > | AspectRatioProperty |
| AspectRatio property. More... | |
| static PropertyType< bool > | DisableRenderTargetClearProperty |
| DisableRenderTargetClear property. More... | |
| static PropertyType< bool > | ForceCompositionProperty |
| ForceComposition property. More... | |
| static PropertyType< Node2D::ForegroundHint > | ForegroundHintProperty |
| ForegroundHint property. More... | |
| static PropertyType< bool > | OffscreenRenderingProperty |
| OffscreenRendering property. More... | |
| static PropertyType< Node2D::PixelFormat > | PixelFormatProperty |
| PixelFormat property. More... | |
| static PropertyType< bool > | RenderSelfProperty |
| RenderSelf property. More... | |
| static PropertyType< float > | RenderTargetMinimumHeightProperty |
| RenderTargetMinimumHeight property. More... | |
| static PropertyType< float > | RenderTargetMinimumWidthProperty |
| RenderTargetMinimumWidth property. More... | |
| static PropertyType< ResourceSharedPtr > | RenderTargetProperty |
| RenderTarget 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.
| 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 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 |
ForceComposition property.
The default value is false.
|
static |
ForegroundHint property.
The default value is Node2D::ForegroundHintNone.
|
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.