Show / Hide Table of Contents

Class Edge

Inheritance
System.Object
Edge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile
Syntax
public class Edge

Fields

end

Declaration
public Vector2 end
Field Value
Type Description
Vector2

endNormal

Declaration
public Vector3 endNormal
Field Value
Type Description
Vector3

material

Declaration
public Material material
Field Value
Type Description
Material

start

Declaration
public Vector2 start
Field Value
Type Description
Vector2

startNormal

Declaration
public Vector3 startNormal
Field Value
Type Description
Vector3

Methods

FlippedAcrossX()

Declaration
public Edge FlippedAcrossX()
Returns
Type Description
Edge

RotatedAboutZ(Int32)

Declaration
public Edge RotatedAboutZ(int yawIndexRaw)
Parameters
Type Name Description
System.Int32 yawIndexRaw
Returns
Type Description
Edge

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions