-
Notifications
You must be signed in to change notification settings - Fork 2
CCEffectInstanceParameters
SilicDev edited this page Feb 21, 2024
·
1 revision
Inherits: CCEffectInstance < RefCounted < Object
An instance of an effect with parameters
CCEffectInstanceParameters holds additional information about the parameter data sent with a redeemed CCEffectParameters.
| type | signature |
|---|---|
| String | get_option_name(id: String) const
|
| Variant | get_parameter(id: String) const
|
| PackedStringArray | get_parameter_names() const
|
String get_option_name(id: String) const
: Returns the name of the selected option for the parameter id.
Variant get_parameter(id: String) const
: Returns the value of the parameter id.
PackedStringArray get_parameter_names() const
: Returns the names of the parameters of the effect.
©SilicDev, 2023-2024
CCEffect
CCEffectInstance