Search Results for

    Show / Hide Table of Contents

    Class ParticleEmitterCreateEntry

    Particle emitter asset creating handler. Allows to specify asset template.

    Inheritance
    System.Object
    CreateFileEntry
    ParticleEmitterCreateEntry
    Inherited Members
    CreateFileEntry.Execute()
    CreateFileEntry.SourceUrl
    CreateFileEntry.ResultUrl
    CreateFileEntry.HasSettings
    Namespace: FlaxEditor.Content.Create
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class ParticleEmitterCreateEntry : CreateFileEntry, IFileEntryAction

    Constructors

    ParticleEmitterCreateEntry(String)

    Initializes a new instance of the ParticleEmitterCreateEntry class.

    Declaration
    public ParticleEmitterCreateEntry(string resultUrl)
    Parameters
    System.String resultUrl

    The result file url.

    Properties

    Settings

    Gets or sets the settings object to modify.

    Declaration
    public override object Settings { get; }
    Property Value
    System.Object

    Overrides
    CreateFileEntry.Settings

    Methods

    Create()

    Creates the result file.

    Declaration
    public override bool Create()
    Returns
    System.Boolean

    True if failed, otherwise false.

    Overrides
    CreateFileEntry.Create()

    Extension Methods

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

    See Also

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