scripts
This commit is contained in:
@@ -0,0 +1,239 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200007A RID: 122
|
||||
public sealed class LightProbeProxyVolume : Behaviour
|
||||
{
|
||||
// Token: 0x1700021F RID: 543
|
||||
// (get) Token: 0x060008D5 RID: 2261 RVA: 0x0000B020 File Offset: 0x00009220
|
||||
public Bounds boundsGlobal
|
||||
{
|
||||
get
|
||||
{
|
||||
Bounds bounds;
|
||||
this.INTERNAL_get_boundsGlobal(out bounds);
|
||||
return bounds;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060008D6 RID: 2262
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
private extern void INTERNAL_get_boundsGlobal(out Bounds value);
|
||||
|
||||
// Token: 0x17000220 RID: 544
|
||||
// (get) Token: 0x060008D7 RID: 2263 RVA: 0x0000B040 File Offset: 0x00009240
|
||||
// (set) Token: 0x060008D8 RID: 2264 RVA: 0x0000B060 File Offset: 0x00009260
|
||||
public Vector3 sizeCustom
|
||||
{
|
||||
get
|
||||
{
|
||||
Vector3 vector;
|
||||
this.INTERNAL_get_sizeCustom(out vector);
|
||||
return vector;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.INTERNAL_set_sizeCustom(ref value);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060008D9 RID: 2265
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
private extern void INTERNAL_get_sizeCustom(out Vector3 value);
|
||||
|
||||
// Token: 0x060008DA RID: 2266
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
private extern void INTERNAL_set_sizeCustom(ref Vector3 value);
|
||||
|
||||
// Token: 0x17000221 RID: 545
|
||||
// (get) Token: 0x060008DB RID: 2267 RVA: 0x0000B06C File Offset: 0x0000926C
|
||||
// (set) Token: 0x060008DC RID: 2268 RVA: 0x0000B08C File Offset: 0x0000928C
|
||||
public Vector3 originCustom
|
||||
{
|
||||
get
|
||||
{
|
||||
Vector3 vector;
|
||||
this.INTERNAL_get_originCustom(out vector);
|
||||
return vector;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.INTERNAL_set_originCustom(ref value);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060008DD RID: 2269
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
private extern void INTERNAL_get_originCustom(out Vector3 value);
|
||||
|
||||
// Token: 0x060008DE RID: 2270
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
private extern void INTERNAL_set_originCustom(ref Vector3 value);
|
||||
|
||||
// Token: 0x17000222 RID: 546
|
||||
// (get) Token: 0x060008DF RID: 2271
|
||||
// (set) Token: 0x060008E0 RID: 2272
|
||||
public extern LightProbeProxyVolume.BoundingBoxMode boundingBoxMode
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000223 RID: 547
|
||||
// (get) Token: 0x060008E1 RID: 2273
|
||||
// (set) Token: 0x060008E2 RID: 2274
|
||||
public extern LightProbeProxyVolume.ResolutionMode resolutionMode
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000224 RID: 548
|
||||
// (get) Token: 0x060008E3 RID: 2275
|
||||
// (set) Token: 0x060008E4 RID: 2276
|
||||
public extern LightProbeProxyVolume.ProbePositionMode probePositionMode
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000225 RID: 549
|
||||
// (get) Token: 0x060008E5 RID: 2277
|
||||
// (set) Token: 0x060008E6 RID: 2278
|
||||
public extern LightProbeProxyVolume.RefreshMode refreshMode
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000226 RID: 550
|
||||
// (get) Token: 0x060008E7 RID: 2279
|
||||
// (set) Token: 0x060008E8 RID: 2280
|
||||
public extern float probeDensity
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000227 RID: 551
|
||||
// (get) Token: 0x060008E9 RID: 2281
|
||||
// (set) Token: 0x060008EA RID: 2282
|
||||
public extern int gridResolutionX
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000228 RID: 552
|
||||
// (get) Token: 0x060008EB RID: 2283
|
||||
// (set) Token: 0x060008EC RID: 2284
|
||||
public extern int gridResolutionY
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x17000229 RID: 553
|
||||
// (get) Token: 0x060008ED RID: 2285
|
||||
// (set) Token: 0x060008EE RID: 2286
|
||||
public extern int gridResolutionZ
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x060008EF RID: 2287
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
public extern void Update();
|
||||
|
||||
// Token: 0x1700022A RID: 554
|
||||
// (get) Token: 0x060008F0 RID: 2288
|
||||
public static extern bool isFeatureSupported
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x0200007B RID: 123
|
||||
public enum ResolutionMode
|
||||
{
|
||||
// Token: 0x040000BD RID: 189
|
||||
Automatic,
|
||||
// Token: 0x040000BE RID: 190
|
||||
Custom
|
||||
}
|
||||
|
||||
// Token: 0x0200007C RID: 124
|
||||
public enum BoundingBoxMode
|
||||
{
|
||||
// Token: 0x040000C0 RID: 192
|
||||
AutomaticLocal,
|
||||
// Token: 0x040000C1 RID: 193
|
||||
AutomaticWorld,
|
||||
// Token: 0x040000C2 RID: 194
|
||||
Custom
|
||||
}
|
||||
|
||||
// Token: 0x0200007D RID: 125
|
||||
public enum ProbePositionMode
|
||||
{
|
||||
// Token: 0x040000C4 RID: 196
|
||||
CellCorner,
|
||||
// Token: 0x040000C5 RID: 197
|
||||
CellCenter
|
||||
}
|
||||
|
||||
// Token: 0x0200007E RID: 126
|
||||
public enum RefreshMode
|
||||
{
|
||||
// Token: 0x040000C7 RID: 199
|
||||
Automatic,
|
||||
// Token: 0x040000C8 RID: 200
|
||||
EveryFrame,
|
||||
// Token: 0x040000C9 RID: 201
|
||||
ViaScripting
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user