Class CustomSettingsProxy
Content proxy for custom json settings assets.
Inheritance
System.Object
FlaxEditor.Content.ContentProxy
FlaxEditor.Content.AssetProxy
CustomSettingsProxy
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CustomSettingsProxy : SettingsProxy
Constructors
CustomSettingsProxy(Type, String)
Initializes a new instance of the CustomSettingsProxy class.
Declaration
public CustomSettingsProxy(Type type, string name)
Parameters
System.Type
type
The settings asset type (must be subclass of SettingsBase type). |
System.String
name
The name of the entry in the custom settings (via GetCustomSettings(String)). |
CustomSettingsProxy(Type, String, SpriteHandle)
Initializes a new instance of the CustomSettingsProxy class.
Declaration
public CustomSettingsProxy(Type type, string name, SpriteHandle thumbnail)
Parameters
System.Type
type
The settings asset type (must be subclass of SettingsBase type). |
System.String
name
The name of the entry in the custom settings (via GetCustomSettings(String)). |
SpriteHandle
thumbnail
Asset icon. |
Fields
CustomName
The custom settings name.
Declaration
public readonly string CustomName
Field Value
System.String
|