ConstantEntry


class ConstantEntry


A single constant value override for a shader module.

Summary

Public constructors

ConstantEntry(key: String, value: Double)

Public properties

String

The name of the constant to override.

Double

The override value (floating-point representation).

Public constructors

ConstantEntry

Added in 1.0.0-alpha01
ConstantEntry(key: String, value: Double)

Public properties

key

Added in 1.0.0-alpha01
var keyString

The name of the constant to override.

value

Added in 1.0.0-alpha01
var valueDouble

The override value (floating-point representation).