From ed55634426e42bb151f6c1710d8d0446e8ece8e1 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 10:18:00 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Asura.Framework/GameObject.lua | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'Source/Asura.Framework/GameObject.lua') diff --git a/Source/Asura.Framework/GameObject.lua b/Source/Asura.Framework/GameObject.lua index e69de29..358ba14 100644 --- a/Source/Asura.Framework/GameObject.lua +++ b/Source/Asura.Framework/GameObject.lua @@ -0,0 +1,55 @@ +local GameObject = Class() + +function GameObject:OnEnable() + +end + +function GameObject:OnEvent(e) + +end + +function GameObject:OnUpdate() + +end + +function GameObject:OnRender() + +end + +function GameObject:OnDisable() + +end + +function GameObject:GetTrasform() + +end + +function GameObject:GetPosition() + +end + +function GameObject:GetScale() + +end + +function GameObject:GetRotation() + +end + +function GameObject:SetTrasform(transform) + +end + +function GameObject:SetPosition() + +end + +function GameObject:SetScale() + +end + +function GameObject:SetRotation() + +end + +return GameObject \ No newline at end of file -- cgit v1.1-26-g67d0