DecalVertex constructor

DecalVertex(
  1. Vector3 position,
  2. Vector3 normal
)

Implementation

DecalVertex(this.position, this.normal);