From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Animation/PPtrKeyframes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Runtime/Animation/PPtrKeyframes.h (limited to 'Runtime/Animation/PPtrKeyframes.h') diff --git a/Runtime/Animation/PPtrKeyframes.h b/Runtime/Animation/PPtrKeyframes.h new file mode 100644 index 0000000..1620d7c --- /dev/null +++ b/Runtime/Animation/PPtrKeyframes.h @@ -0,0 +1,12 @@ +#pragma once + +#include "Runtime/BaseClasses/BaseObject.h" + +struct PPtrKeyframe +{ + float time; + PPtr value; + + DECLARE_SERIALIZE(PPtrKeyframe) +}; +typedef dynamic_array PPtrKeyframes; -- cgit v1.1-26-g67d0