Struct TopologyFace
- Namespace
- Lime
- Assembly
- Lime.dll
public struct TopologyFace : IEquatable<TopologyFace>, ITopologyPrimitive
- Implements
- Inherited Members
Constructors
TopologyFace(ushort, ushort, ushort)
public TopologyFace(ushort index0, ushort index1, ushort index2)
Parameters
Fields
Index0
[YuzuMember("0")]
public ushort Index0
Field Value
Index1
[YuzuMember("1")]
public ushort Index1
Field Value
Index2
[YuzuMember("2")]
public ushort Index2
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(TopologyFace)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TopologyFace other)
Parameters
other
TopologyFaceAn 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.
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.