Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AttributeDescription Class

    Namespace: Stride.Particles.VertexLayouts
    Assembly: Stride.Particles.dll

    Attribute description code used for defining vertex attributes in the ParticleVertexBuilder

    System.Object → AttributeDescription
    Derived from AttributeDescription:

    public sealed class AttributeDescription : IEquatable<AttributeDescription>
    Name Description
    Constructors
    AttributeDescription(String)
    Properties
    Name
    Methods
    Equals(AttributeDescription)
    Equals(Object)
    GetHashCode()
    Operators
    Equality(AttributeDescription, AttributeDescription)
    Inequality(AttributeDescription, AttributeDescription)
    | Improve this Doc View Source

    Constructors


    AttributeDescription(String)

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

    Properties


    Name

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

    Methods


    Equals(AttributeDescription)

    public bool Equals(AttributeDescription other)
    Parameters
    Type Name Description
    AttributeDescription other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    Operators


    Equality(AttributeDescription, AttributeDescription)

    public static bool operator ==(AttributeDescription left, AttributeDescription right)
    Parameters
    Type Name Description
    AttributeDescription left
    AttributeDescription right
    Returns
    Type Description
    System.Boolean

    Inequality(AttributeDescription, AttributeDescription)

    public static bool operator !=(AttributeDescription left, AttributeDescription right)
    Parameters
    Type Name Description
    AttributeDescription left
    AttributeDescription right
    Returns
    Type Description
    System.Boolean

    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