17 lines
377 B
C#
17 lines
377 B
C#
// NEEDLE_CODEGEN_START
|
|
// auto generated code - do not edit directly
|
|
|
|
#pragma warning disable
|
|
|
|
namespace Needle.Typescript.GeneratedComponents
|
|
{
|
|
public partial class SkyboxController : UnityEngine.MonoBehaviour
|
|
{
|
|
public UnityEngine.Material @skyboxMaterial;
|
|
public float @rotationSpeed = 0.5f;
|
|
public void start(){}
|
|
public void update(){}
|
|
}
|
|
}
|
|
|
|
// NEEDLE_CODEGEN_END |