Table of Contents

Struct RenderNodeReference

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll
public struct RenderNodeReference
Inherited Members

Constructors

RenderNodeReference(int)

public RenderNodeReference(int index)

Parameters

index int

Fields

Index

public readonly int Index

Field Value

int

Invalid

Invalid slot.

public static readonly RenderNodeReference Invalid

Field Value

RenderNodeReference

Methods

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object other)

Parameters

other object

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Operators

operator +(RenderNodeReference, int)

public static RenderNodeReference operator +(RenderNodeReference value, int offset)

Parameters

value RenderNodeReference
offset int

Returns

RenderNodeReference

operator ==(RenderNodeReference, RenderNodeReference)

public static bool operator ==(RenderNodeReference a, RenderNodeReference b)

Parameters

a RenderNodeReference
b RenderNodeReference

Returns

bool

operator !=(RenderNodeReference, RenderNodeReference)

public static bool operator !=(RenderNodeReference a, RenderNodeReference b)

Parameters

a RenderNodeReference
b RenderNodeReference

Returns

bool

operator *(RenderNodeReference, int)

public static RenderNodeReference operator *(RenderNodeReference value, int multiplyFactor)

Parameters

value RenderNodeReference
multiplyFactor int

Returns

RenderNodeReference