Search Results for

    Show / Hide Table of Contents

    Class CustomSettingsProxy

    Content proxy for custom json settings assets.

    Inheritance
    System.Object
    FlaxEditor.Content.ContentProxy
    FlaxEditor.Content.AssetProxy
    JsonAssetBaseProxy
    JsonAssetProxy
    SettingsProxy
    CustomSettingsProxy
    Inherited Members
    SettingsProxy.CanCreate(ContentFolder)
    SettingsProxy.Create(String, Object)
    SettingsProxy.ConstructItem(String, String, Guid)
    SettingsProxy.IsProxyFor<T>()
    SettingsProxy.Type
    SettingsProxy.Name
    SettingsProxy.TypeName
    JsonAssetProxy.Extension
    JsonAssetProxy.Open(Editor, ContentItem)
    JsonAssetProxy.IsProxyFor(ContentItem)
    JsonAssetProxy.FileExtension
    JsonAssetProxy.AccentColor
    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    SettingsProxy
    JsonAssetProxy
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat