Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParticleFieldDescription Class

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

    public abstract class ParticleFieldDescription
    Name Description
    Constructors
    ParticleFieldDescription(String)
    Properties
    FieldSize
    Name
    Methods
    GetHashCode()
    | Improve this Doc View Source

    Constructors


    ParticleFieldDescription(String)

    protected ParticleFieldDescription(string name)
    Parameters
    Type Name Description
    System.String name
    | Improve this Doc View Source

    Properties


    FieldSize

    public int FieldSize { get; protected set; }
    Property Value
    Type Description
    System.Int32

    Name

    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    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