Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine.
GitHub | Iuvo Unity Updates | Creator
Loading...
Searching...
No Matches
IuvoUnity.ProceduralStripLocationPair Struct Reference

Public Member Functions

 ProceduralStripLocationPair (Vector3 a, Vector3 b, Color color)

Public Attributes

Vector3 A
Vector3 B
Color color

Constructor & Destructor Documentation

◆ ProceduralStripLocationPair()

IuvoUnity.ProceduralStripLocationPair.ProceduralStripLocationPair ( Vector3 a,
Vector3 b,
Color color )
16 {
17 A = a;
18 B = b;
19 this.color = color;
20 }

References A, B, and color.

Member Data Documentation

◆ A

◆ B

◆ color


The documentation for this struct was generated from the following file:
  • D:/Unity/IuvoUnityCore/Assets/IuvoUnity/Runtime/ProceduralGenerationBases/ProceduralMesh/ProceduralStripMesh.cs