Config
clay.Config (Class)
Instance Members
window: WindowConfig
The window config for the default window. default: see WindowConfig
docs
render: RenderConfig
The render config that specifies rendering and context backend specifics.
runtime: RuntimeConfig
The runtime specific config
updateRate: Float
If this is non zero, updates will be forced to this rate
new(?window: Null<WindowConfig>, ?render: Null<RenderConfig>, ?runtime: Null<RuntimeConfig>, ?updateRate: Null<Float>): Void
Name | Type | Default | Description |
---|---|---|---|
window |
Null<WindowConfig> | (optional) | * The window config for the default window. default: see WindowConfig docs |
render |
Null<RenderConfig> | (optional) | * The render config that specifies rendering and context backend specifics. |
runtime |
Null<RuntimeConfig> | (optional) | * The runtime specific config |
updateRate |
Null<Float> | (optional) | * If this is non zero, updates will be forced to this rate |
Metadata
Name | Parameters |
---|---|
:structInit |
- |
:publicFields |
- |