Vector4.fromRef constructor

Vector4.fromRef(
  1. Vector4 ref
)

Construct Vector4 from native reference.

Implementation

Vector4.fromRef(raylib.Vector4 ref)
    : pointer = null,
      super.fromRef(ref);