Search Results for

    Show / Hide Table of Contents

    Class AnimationGraphProxy

    A AnimationGraph asset proxy object.

    Inheritance
    System.Object
    FlaxEditor.Content.ContentProxy
    FlaxEditor.Content.AssetProxy
    BinaryAssetProxy
    AnimationGraphProxy
    Inherited Members
    BinaryAssetProxy.Extension
    BinaryAssetProxy.IsProxyFor(ContentItem)
    BinaryAssetProxy.IsProxyFor<T>()
    BinaryAssetProxy.ConstructItem(String, String, Guid)
    BinaryAssetProxy.FileExtension
    BinaryAssetProxy.TypeName
    Namespace: FlaxEditor.Content
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [ContentContextMenu("New/Animation/Animation Graph")]
    public class AnimationGraphProxy : BinaryAssetProxy

    Constructors

    AnimationGraphProxy()

    Declaration
    public AnimationGraphProxy()

    Properties

    AccentColor

    Declaration
    public override Color AccentColor { get; }
    Property Value
    Color

    Overrides
    FlaxEditor.Content.ContentProxy.AccentColor

    AssetType

    Gets the type of the asset.

    Declaration
    public override Type AssetType { get; }
    Property Value
    System.Type

    Overrides
    BinaryAssetProxy.AssetType

    Name

    Declaration
    public override string Name { get; }
    Property Value
    System.String

    Overrides
    FlaxEditor.Content.ContentProxy.Name

    Methods

    CanCreate(ContentFolder)

    Declaration
    public override bool CanCreate(ContentFolder targetLocation)
    Parameters
    FlaxEditor.Content.ContentFolder targetLocation

    Returns
    System.Boolean

    Overrides
    FlaxEditor.Content.ContentProxy.CanCreate(FlaxEditor.Content.ContentFolder)

    Create(String, Object)

    Declaration
    public override void Create(string outputPath, object arg)
    Parameters
    System.String outputPath

    System.Object arg

    Overrides
    FlaxEditor.Content.ContentProxy.Create(System.String, System.Object)

    Open(Editor, ContentItem)

    Declaration
    public override EditorWindow Open(Editor editor, ContentItem item)
    Parameters
    Editor editor

    FlaxEditor.Content.ContentItem item

    Returns
    EditorWindow

    Overrides
    FlaxEditor.Content.ContentProxy.Open(FlaxEditor.Editor, FlaxEditor.Content.ContentItem)

    Extension Methods

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

    See Also

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