ObjectNodeReference Struct
Namespace: Stride.Rendering
Assembly: Stride.Rendering.dll
public struct ObjectNodeReference
|
Improve this Doc
View Source
Constructors
ObjectNodeReference(Int32)
public ObjectNodeReference(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
public static readonly ObjectNodeReference Invalid
Field Value
|
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(ObjectNodeReference, Int32)
public static ObjectNodeReference operator +(ObjectNodeReference value, int offset)
Parameters
Returns
Equality(ObjectNodeReference, ObjectNodeReference)
public static bool operator ==(ObjectNodeReference a, ObjectNodeReference b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(ObjectNodeReference, ObjectNodeReference)
public static bool operator !=(ObjectNodeReference a, ObjectNodeReference b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Multiply(ObjectNodeReference, Int32)
public static ObjectNodeReference operator *(ObjectNodeReference value, int multiplyFactor)
Parameters
Returns
System.ValueType.ToString()
Extension Methods