368 lines
18 KiB
C#
368 lines
18 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using RootMotion.FinalIK;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020000B0 RID: 176
|
|
public class NPC_BR_Nonota : NPC
|
|
{
|
|
// Token: 0x06001384 RID: 4996 RVA: 0x00054818 File Offset: 0x00052A18
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508297, XrefRangeEnd = 508305, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Init()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_Init_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06001385 RID: 4997 RVA: 0x00054868 File Offset: 0x00052A68
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508305, XrefRangeEnd = 508326, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_Update_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06001386 RID: 4998 RVA: 0x000548B8 File Offset: 0x00052AB8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508326, XrefRangeEnd = 508338, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FaceCrossFade(string AniName, float fBlenderTime = 0.05f)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.ManagedStringToIl2Cpp(AniName);
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref fBlenderTime;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_FaceCrossFade_Public_Virtual_Void_String_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06001387 RID: 4999 RVA: 0x00054930 File Offset: 0x00052B30
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508338, XrefRangeEnd = 508344, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void CalculateHairTargetPos()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NPC_BR_Nonota.NativeMethodInfoPtr_CalculateHairTargetPos_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06001388 RID: 5000 RVA: 0x00054974 File Offset: 0x00052B74
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508344, XrefRangeEnd = 508348, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void SetShadowSwitch(float value)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref value;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_SetShadowSwitch_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001389 RID: 5001 RVA: 0x000549D4 File Offset: 0x00052BD4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508348, XrefRangeEnd = 508355, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void SetSpeakLayerWeight(bool bEnable, string Name = "")
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref bEnable;
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = IL2CPP.ManagedStringToIl2Cpp(Name);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_SetSpeakLayerWeight_Public_Virtual_Void_Boolean_String_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x0600138A RID: 5002 RVA: 0x00054A4C File Offset: 0x00052C4C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508355, XrefRangeEnd = 508366, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void SetEnable(bool bEnable)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref bEnable;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_SetEnable_Public_Virtual_Void_Boolean_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600138B RID: 5003 RVA: 0x00054AAC File Offset: 0x00052CAC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 508366, XrefRangeEnd = 508372, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void SetTimeScale(float fTimeScale)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref fTimeScale;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), NPC_BR_Nonota.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600138C RID: 5004 RVA: 0x00054B0C File Offset: 0x00052D0C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe NPC_BR_Nonota()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NPC_BR_Nonota.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x0600138D RID: 5005 RVA: 0x00054B58 File Offset: 0x00052D58
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static NPC_BR_Nonota()
|
|
{
|
|
Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "NPC_BR_Nonota");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr);
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_FaceAnimator = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "FaceAnimator");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_head = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "head");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_hairIK = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "hairIK");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_hairTarget = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "hairTarget");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_DialogEvent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "DialogEvent");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_TestModeEvent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "TestModeEvent");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_ClearModeEvent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "ClearModeEvent");
|
|
NPC_BR_Nonota.NativeFieldInfoPtr_g_PlayerTransform = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, "g_PlayerTransform");
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_Init_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665144);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_Update_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665145);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_FaceCrossFade_Public_Virtual_Void_String_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665146);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_CalculateHairTargetPos_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665147);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_SetShadowSwitch_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665148);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_SetSpeakLayerWeight_Public_Virtual_Void_Boolean_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665149);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_SetEnable_Public_Virtual_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665150);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665151);
|
|
NPC_BR_Nonota.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NPC_BR_Nonota>.NativeClassPtr, 100665152);
|
|
}
|
|
|
|
// Token: 0x0600138E RID: 5006 RVA: 0x00054CDC File Offset: 0x00052EDC
|
|
public NPC_BR_Nonota(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170005D4 RID: 1492
|
|
// (get) Token: 0x0600138F RID: 5007 RVA: 0x00054CE8 File Offset: 0x00052EE8
|
|
// (set) Token: 0x06001390 RID: 5008 RVA: 0x00054D1C File Offset: 0x00052F1C
|
|
public unsafe Animator FaceAnimator
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_FaceAnimator);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Animator(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_FaceAnimator), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005D5 RID: 1493
|
|
// (get) Token: 0x06001391 RID: 5009 RVA: 0x00054D44 File Offset: 0x00052F44
|
|
// (set) Token: 0x06001392 RID: 5010 RVA: 0x00054D78 File Offset: 0x00052F78
|
|
public unsafe Transform head
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_head);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_head), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005D6 RID: 1494
|
|
// (get) Token: 0x06001393 RID: 5011 RVA: 0x00054DA0 File Offset: 0x00052FA0
|
|
// (set) Token: 0x06001394 RID: 5012 RVA: 0x00054DD4 File Offset: 0x00052FD4
|
|
public unsafe CCDIK hairIK
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_hairIK);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new CCDIK(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_hairIK), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005D7 RID: 1495
|
|
// (get) Token: 0x06001395 RID: 5013 RVA: 0x00054DFC File Offset: 0x00052FFC
|
|
// (set) Token: 0x06001396 RID: 5014 RVA: 0x00054E30 File Offset: 0x00053030
|
|
public unsafe Transform hairTarget
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_hairTarget);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_hairTarget), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005D8 RID: 1496
|
|
// (get) Token: 0x06001397 RID: 5015 RVA: 0x00054E58 File Offset: 0x00053058
|
|
// (set) Token: 0x06001398 RID: 5016 RVA: 0x00054E8C File Offset: 0x0005308C
|
|
public unsafe LoadScript DialogEvent
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_DialogEvent);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new LoadScript(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_DialogEvent), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005D9 RID: 1497
|
|
// (get) Token: 0x06001399 RID: 5017 RVA: 0x00054EB4 File Offset: 0x000530B4
|
|
// (set) Token: 0x0600139A RID: 5018 RVA: 0x00054EE8 File Offset: 0x000530E8
|
|
public unsafe LoadScript TestModeEvent
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_TestModeEvent);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new LoadScript(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_TestModeEvent), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005DA RID: 1498
|
|
// (get) Token: 0x0600139B RID: 5019 RVA: 0x00054F10 File Offset: 0x00053110
|
|
// (set) Token: 0x0600139C RID: 5020 RVA: 0x00054F44 File Offset: 0x00053144
|
|
public unsafe LoadScript ClearModeEvent
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_ClearModeEvent);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new LoadScript(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_ClearModeEvent), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005DB RID: 1499
|
|
// (get) Token: 0x0600139D RID: 5021 RVA: 0x00054F6C File Offset: 0x0005316C
|
|
// (set) Token: 0x0600139E RID: 5022 RVA: 0x00054FA0 File Offset: 0x000531A0
|
|
public unsafe Transform g_PlayerTransform
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_g_PlayerTransform);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NPC_BR_Nonota.NativeFieldInfoPtr_g_PlayerTransform), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x04000F5E RID: 3934
|
|
private static readonly IntPtr NativeFieldInfoPtr_FaceAnimator;
|
|
|
|
// Token: 0x04000F5F RID: 3935
|
|
private static readonly IntPtr NativeFieldInfoPtr_head;
|
|
|
|
// Token: 0x04000F60 RID: 3936
|
|
private static readonly IntPtr NativeFieldInfoPtr_hairIK;
|
|
|
|
// Token: 0x04000F61 RID: 3937
|
|
private static readonly IntPtr NativeFieldInfoPtr_hairTarget;
|
|
|
|
// Token: 0x04000F62 RID: 3938
|
|
private static readonly IntPtr NativeFieldInfoPtr_DialogEvent;
|
|
|
|
// Token: 0x04000F63 RID: 3939
|
|
private static readonly IntPtr NativeFieldInfoPtr_TestModeEvent;
|
|
|
|
// Token: 0x04000F64 RID: 3940
|
|
private static readonly IntPtr NativeFieldInfoPtr_ClearModeEvent;
|
|
|
|
// Token: 0x04000F65 RID: 3941
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_PlayerTransform;
|
|
|
|
// Token: 0x04000F66 RID: 3942
|
|
private static readonly IntPtr NativeMethodInfoPtr_Init_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000F67 RID: 3943
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000F68 RID: 3944
|
|
private static readonly IntPtr NativeMethodInfoPtr_FaceCrossFade_Public_Virtual_Void_String_Single_0;
|
|
|
|
// Token: 0x04000F69 RID: 3945
|
|
private static readonly IntPtr NativeMethodInfoPtr_CalculateHairTargetPos_Public_Void_0;
|
|
|
|
// Token: 0x04000F6A RID: 3946
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetShadowSwitch_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x04000F6B RID: 3947
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetSpeakLayerWeight_Public_Virtual_Void_Boolean_String_0;
|
|
|
|
// Token: 0x04000F6C RID: 3948
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetEnable_Public_Virtual_Void_Boolean_0;
|
|
|
|
// Token: 0x04000F6D RID: 3949
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x04000F6E RID: 3950
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|