Config
clay.Config (Class)
Instance Members
window: WindowConfigThe window config for the default window. default: see WindowConfig docs
render: RenderConfigThe render config that specifies rendering and context backend specifics.
runtime: RuntimeConfigThe runtime specific config
updateRate: FloatIf 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 |
- |