Endstar LUA API Documentation
Loading...
Searching...
No Matches
Vector3 Class Reference

A utility class for generating Vector3s! A Vector3 is three floats together. Often used for position or rotation. Try using this with Visuals.SetLocalRotation! More...

Public Member Functions

UnityEngine.Vector3 Create (float x, float y, float z)
 

Detailed Description

A utility class for generating Vector3s! A Vector3 is three floats together. Often used for position or rotation. Try using this with Visuals.SetLocalRotation!

Member Function Documentation

◆ Create()

UnityEngine.Vector3 Create ( float x,
float y,
float z )