186 lines
5.1 KiB
C#
186 lines
5.1 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020003A6 RID: 934
|
|
[Obsolete("This component is part of the legacy particle system, which is deprecated and will be removed in a future release. Use the ParticleSystem component instead.", false)]
|
|
[RequireComponent(typeof(Transform))]
|
|
public sealed class ParticleAnimator : Component
|
|
{
|
|
// Token: 0x17000CAD RID: 3245
|
|
// (get) Token: 0x060036B6 RID: 14006
|
|
// (set) Token: 0x060036B7 RID: 14007
|
|
public extern bool doesAnimateColor
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x17000CAE RID: 3246
|
|
// (get) Token: 0x060036B8 RID: 14008 RVA: 0x0005B5DC File Offset: 0x000597DC
|
|
// (set) Token: 0x060036B9 RID: 14009 RVA: 0x0005B5FC File Offset: 0x000597FC
|
|
public Vector3 worldRotationAxis
|
|
{
|
|
get
|
|
{
|
|
Vector3 vector;
|
|
this.INTERNAL_get_worldRotationAxis(out vector);
|
|
return vector;
|
|
}
|
|
set
|
|
{
|
|
this.INTERNAL_set_worldRotationAxis(ref value);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060036BA RID: 14010
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_get_worldRotationAxis(out Vector3 value);
|
|
|
|
// Token: 0x060036BB RID: 14011
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_set_worldRotationAxis(ref Vector3 value);
|
|
|
|
// Token: 0x17000CAF RID: 3247
|
|
// (get) Token: 0x060036BC RID: 14012 RVA: 0x0005B608 File Offset: 0x00059808
|
|
// (set) Token: 0x060036BD RID: 14013 RVA: 0x0005B628 File Offset: 0x00059828
|
|
public Vector3 localRotationAxis
|
|
{
|
|
get
|
|
{
|
|
Vector3 vector;
|
|
this.INTERNAL_get_localRotationAxis(out vector);
|
|
return vector;
|
|
}
|
|
set
|
|
{
|
|
this.INTERNAL_set_localRotationAxis(ref value);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060036BE RID: 14014
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_get_localRotationAxis(out Vector3 value);
|
|
|
|
// Token: 0x060036BF RID: 14015
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_set_localRotationAxis(ref Vector3 value);
|
|
|
|
// Token: 0x17000CB0 RID: 3248
|
|
// (get) Token: 0x060036C0 RID: 14016
|
|
// (set) Token: 0x060036C1 RID: 14017
|
|
public extern float sizeGrow
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x17000CB1 RID: 3249
|
|
// (get) Token: 0x060036C2 RID: 14018 RVA: 0x0005B634 File Offset: 0x00059834
|
|
// (set) Token: 0x060036C3 RID: 14019 RVA: 0x0005B654 File Offset: 0x00059854
|
|
public Vector3 rndForce
|
|
{
|
|
get
|
|
{
|
|
Vector3 vector;
|
|
this.INTERNAL_get_rndForce(out vector);
|
|
return vector;
|
|
}
|
|
set
|
|
{
|
|
this.INTERNAL_set_rndForce(ref value);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060036C4 RID: 14020
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_get_rndForce(out Vector3 value);
|
|
|
|
// Token: 0x060036C5 RID: 14021
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_set_rndForce(ref Vector3 value);
|
|
|
|
// Token: 0x17000CB2 RID: 3250
|
|
// (get) Token: 0x060036C6 RID: 14022 RVA: 0x0005B660 File Offset: 0x00059860
|
|
// (set) Token: 0x060036C7 RID: 14023 RVA: 0x0005B680 File Offset: 0x00059880
|
|
public Vector3 force
|
|
{
|
|
get
|
|
{
|
|
Vector3 vector;
|
|
this.INTERNAL_get_force(out vector);
|
|
return vector;
|
|
}
|
|
set
|
|
{
|
|
this.INTERNAL_set_force(ref value);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060036C8 RID: 14024
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_get_force(out Vector3 value);
|
|
|
|
// Token: 0x060036C9 RID: 14025
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
private extern void INTERNAL_set_force(ref Vector3 value);
|
|
|
|
// Token: 0x17000CB3 RID: 3251
|
|
// (get) Token: 0x060036CA RID: 14026
|
|
// (set) Token: 0x060036CB RID: 14027
|
|
public extern float damping
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x17000CB4 RID: 3252
|
|
// (get) Token: 0x060036CC RID: 14028
|
|
// (set) Token: 0x060036CD RID: 14029
|
|
public extern bool autodestruct
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x17000CB5 RID: 3253
|
|
// (get) Token: 0x060036CE RID: 14030
|
|
// (set) Token: 0x060036CF RID: 14031
|
|
public extern Color[] colorAnimation
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
}
|
|
}
|