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