Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ParticleFieldDescription<T> Class

    Namespace: Stride.Particles
    Assembly: Stride.Particles.dll
    System.Object → ParticleFieldDescription → ParticleFieldDescription<T>
    Derived from ParticleFieldDescription<T>:

    public class ParticleFieldDescription<T> : ParticleFieldDescription where T : struct
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    ParticleFieldDescription(String)
    ParticleFieldDescription(String, T)
    Properties
    DefaultValue
    | Improve this Doc View Source

    Constructors


    ParticleFieldDescription(String)

    public ParticleFieldDescription(string name)
    Parameters
    Type Name Description
    System.String name

    ParticleFieldDescription(String, T)

    public ParticleFieldDescription(string name, T defaultValue)
    Parameters
    Type Name Description
    System.String name
    T defaultValue
    | Improve this Doc View Source

    Properties


    DefaultValue

    public T DefaultValue { get; }
    Property Value
    Type Description
    T

    Inherited Members

    ParticleFieldDescription.GetHashCode()
    ParticleFieldDescription.FieldSize
    ParticleFieldDescription.Name

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation