8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
type EffectParameter {
|
||
|
EffectParameterType GetType() const;
|
||
|
bool AsBool() const;
|
||
|
int64 AsInt() const;
|
||
|
float AsFloat() const;
|
||
|
const constString& AsString() const;
|
||
|
}
|