Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ViewNodeReference Struct

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

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

    Invalid slot.

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

    Constructors


    ViewNodeReference(Int32)

    public ViewNodeReference(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 ViewNodeReference Invalid
    Field Value
    Type Description
    ViewNodeReference
    | 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(ViewNodeReference, Int32)

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

    Equality(ViewNodeReference, ViewNodeReference)

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

    Inequality(ViewNodeReference, ViewNodeReference)

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

    Multiply(ViewNodeReference, Int32)

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

    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