Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderNodeReference Struct

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    public struct RenderNodeReference
    Name Description
    Constructors
    RenderNodeReference(Int32)
    Fields
    Index
    Invalid

    Invalid slot.

    Methods
    Equals(Object)
    GetHashCode()
    Operators
    Addition(RenderNodeReference, Int32)
    Equality(RenderNodeReference, RenderNodeReference)
    Inequality(RenderNodeReference, RenderNodeReference)
    Multiply(RenderNodeReference, Int32)
    | Improve this Doc View Source

    Constructors


    RenderNodeReference(Int32)

    public RenderNodeReference(int index)
    Parameters
    Type Name Description
    System.Int32 index
    | Improve this Doc View Source

    Fields


    Index

    public readonly int Index
    Field Value
    Type Description
    System.Int32

    Invalid

    Invalid slot.

    public static readonly RenderNodeReference Invalid
    Field Value
    Type Description
    RenderNodeReference
    | Improve this Doc View Source

    Methods


    Equals(Object)

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

    GetHashCode()

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

    Operators


    Addition(RenderNodeReference, Int32)

    public static RenderNodeReference operator +(RenderNodeReference value, int offset)
    Parameters
    Type Name Description
    RenderNodeReference value
    System.Int32 offset
    Returns
    Type Description
    RenderNodeReference

    Equality(RenderNodeReference, RenderNodeReference)

    public static bool operator ==(RenderNodeReference a, RenderNodeReference b)
    Parameters
    Type Name Description
    RenderNodeReference a
    RenderNodeReference b
    Returns
    Type Description
    System.Boolean

    Inequality(RenderNodeReference, RenderNodeReference)

    public static bool operator !=(RenderNodeReference a, RenderNodeReference b)
    Parameters
    Type Name Description
    RenderNodeReference a
    RenderNodeReference b
    Returns
    Type Description
    System.Boolean

    Multiply(RenderNodeReference, Int32)

    public static RenderNodeReference operator *(RenderNodeReference value, int multiplyFactor)
    Parameters
    Type Name Description
    RenderNodeReference value
    System.Int32 multiplyFactor
    Returns
    Type Description
    RenderNodeReference

    Inherited Members

    System.ValueType.ToString()

    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