Class SkyMesh
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class SkyMesh : MonoBehaviour
- Inheritance
-
SkyMesh
Constructors
SkyMesh()
Properties
cameraEvent
public CameraEvent cameraEvent { get; set; }
Property Value
- CameraEvent
material
public Material material { get; set; }
Property Value
- Material
mesh
public Mesh mesh { get; set; }
Property Value
- Mesh
position
public Vector3 position { get; set; }
Property Value
- Vector3
rotation
public Vector3 rotation { get; set; }
Property Value
- Vector3
scale
public Vector3 scale { get; set; }
Property Value
- Vector3