Represents all asset advanced configuration-metadata.
More...
|
static string | GetConfigKey (AssetAdvancedPropertyClassNames className) |
| Gets the given class asset advanced config key. More...
|
|
static void | GetOptionMetadata (string key, out AssetAdvancedConfigType assetAdvancedConfigType, out string className, out string description, out string group, out object defaultValue, out object minValue, out object maxValue, out bool hasDefaultValue, out bool hasMinValue, out bool hasMaxValue) |
| Gets an asset advanced config metadata. More...
|
|
Represents all asset advanced configuration-metadata.
◆ GetConfigKey()
Gets the given class asset advanced config key.
- Returns
- The config key.
- Parameters
-
className | The class name to get the key. |
◆ GetOptionMetadata()
static void TriLib.AssetAdvancedPropertyMetadata.GetOptionMetadata |
( |
string |
key, |
|
|
out AssetAdvancedConfigType |
assetAdvancedConfigType, |
|
|
out string |
className, |
|
|
out string |
description, |
|
|
out string |
group, |
|
|
out object |
defaultValue, |
|
|
out object |
minValue, |
|
|
out object |
maxValue, |
|
|
out bool |
hasDefaultValue, |
|
|
out bool |
hasMinValue, |
|
|
out bool |
hasMaxValue |
|
) |
| |
|
static |
Gets an asset advanced config metadata.
- Parameters
-
key | Asset advanced config key. |
assetAdvancedConfigType | (out) Asset advanced config type. |
className | (out) Asset advanced config class name. |
description | (out) Asset advanced config description. |
group | (out) Asset advanced config group. |
defaultValue | (out) Asset advanced config default value. |
minValue | (out) Asset advanced config minimum value. |
maxValue | (out) Asset advanced config max value. |
hasDefaultValue | (out) Asset advanced config has default value? |
hasMinValue | (out) Asset advanced config has minimum value? |
hasMaxValue | (out) Asset advanced config has max value? |
◆ ConfigKeys
readonly string [] TriLib.AssetAdvancedPropertyMetadata.ConfigKeys |
|
static |
Asset advanced config keys.
◆ GroupCount
const int TriLib.AssetAdvancedPropertyMetadata.GroupCount = 35 |
Asset advanced configs total group count.
The documentation for this class was generated from the following file: