From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- .../RuntimeAnimatorControllerBindings.txt | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Runtime/Animation/ScriptBindings/RuntimeAnimatorControllerBindings.txt (limited to 'Runtime/Animation/ScriptBindings/RuntimeAnimatorControllerBindings.txt') diff --git a/Runtime/Animation/ScriptBindings/RuntimeAnimatorControllerBindings.txt b/Runtime/Animation/ScriptBindings/RuntimeAnimatorControllerBindings.txt new file mode 100644 index 0000000..98ddbfd --- /dev/null +++ b/Runtime/Animation/ScriptBindings/RuntimeAnimatorControllerBindings.txt @@ -0,0 +1,26 @@ +C++RAW +#include "UnityPrefix.h" +#include "Runtime/Mono/MonoManager.h" + +CSRAW +using System; +using UnityEngine; +using Object=UnityEngine.Object; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Collections; + +namespace UnityEngine +{ + + +/// Runtime representation of the AnimatorController +/// Used to change at runtime the AnimatorController of an Animator +NONSEALED_CLASS public RuntimeAnimatorController : Object +END + + + + + +CSRAW } -- cgit v1.1-26-g67d0