Table of Contents

Struct StaticObjectNodeReference

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

Constructors

StaticObjectNodeReference(int)

public StaticObjectNodeReference(int index)

Parameters

index int

Fields

Index

public readonly int Index

Field Value

int

Invalid

Invalid slot.

public static readonly StaticObjectNodeReference Invalid

Field Value

StaticObjectNodeReference

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 +(StaticObjectNodeReference, int)

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

Parameters

value StaticObjectNodeReference
offset int

Returns

StaticObjectNodeReference

operator ==(StaticObjectNodeReference, StaticObjectNodeReference)

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

Parameters

a StaticObjectNodeReference
b StaticObjectNodeReference

Returns

bool

operator !=(StaticObjectNodeReference, StaticObjectNodeReference)

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

Parameters

a StaticObjectNodeReference
b StaticObjectNodeReference

Returns

bool

operator *(StaticObjectNodeReference, int)

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

Parameters

value StaticObjectNodeReference
multiplyFactor int

Returns

StaticObjectNodeReference