ConstantEntry
public final class ConstantEntry
A single constant value override for a shader module.
Summary
Public constructors |
|---|
ConstantEntry(@NonNull String key, double value) |
Public methods |
|
|---|---|
final @NonNull String |
getKey()The name of the constant to override. |
final double |
getValue()The override value (floating-point representation). |
final void |
The name of the constant to override. |
final void |
setValue(double value)The override value (floating-point representation). |
Public constructors
Public methods
getKey
Added in 1.0.0-alpha01
public final @NonNull String getKey()
The name of the constant to override.
getValue
Added in 1.0.0-alpha01
public final double getValue()
The override value (floating-point representation).
setKey
Added in 1.0.0-alpha01
public final void setKey(@NonNull String key)
The name of the constant to override.
setValue
Added in 1.0.0-alpha01
public final void setValue(double value)
The override value (floating-point representation).