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