Struct ViewObjectNodeReference
public struct ViewObjectNodeReference
- Inherited Members
Constructors
ViewObjectNodeReference(int)
public ViewObjectNodeReference(int index)
Parameters
index
int
Fields
Index
public readonly int Index
Field Value
Invalid
Invalid slot.
public static readonly ViewObjectNodeReference Invalid
Field Value
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 +(ViewObjectNodeReference, int)
public static ViewObjectNodeReference operator +(ViewObjectNodeReference value, int offset)
Parameters
value
ViewObjectNodeReferenceoffset
int
Returns
operator ==(ViewObjectNodeReference, ViewObjectNodeReference)
public static bool operator ==(ViewObjectNodeReference a, ViewObjectNodeReference b)
Parameters
Returns
operator !=(ViewObjectNodeReference, ViewObjectNodeReference)
public static bool operator !=(ViewObjectNodeReference a, ViewObjectNodeReference b)
Parameters
Returns
operator *(ViewObjectNodeReference, int)
public static ViewObjectNodeReference operator *(ViewObjectNodeReference value, int multiplyFactor)
Parameters
value
ViewObjectNodeReferencemultiplyFactor
int