15 lines
328 B
C#
15 lines
328 B
C#
// NEEDLE_CODEGEN_START
|
|
// auto generated code - do not edit directly
|
|
|
|
#pragma warning disable
|
|
|
|
namespace Needle.Typescript.GeneratedComponents
|
|
{
|
|
public partial class PostProcessingVolumeController : UnityEngine.MonoBehaviour
|
|
{
|
|
public UnityEngine.Rendering.Volume @volume;
|
|
public void start(){}
|
|
}
|
|
}
|
|
|
|
// NEEDLE_CODEGEN_END |