Struct TopologyEdge
- Namespace
- Lime
- Assembly
- Lime.dll
public struct TopologyEdge : IEquatable<TopologyEdge>, ITopologyPrimitive
- Implements
- Inherited Members
Constructors
TopologyEdge(ushort, ushort)
public TopologyEdge(ushort index0, ushort index1)
Parameters
Fields
Index0
[YuzuMember("0")]
public ushort Index0
Field Value
Index1
[YuzuMember("1")]
public ushort Index1
Field Value
Properties
Count
public int Count { get; }
Property Value
this[int]
public ushort this[int index] { get; }
Parameters
index
int
Property Value
Methods
Equals(TopologyEdge)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TopologyEdge other)
Parameters
other
TopologyEdgeAn object to compare with this object.
Returns
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.