Sirikata
liboh/plugins/js/JSEntityCreateInfo.hpp
Go to the documentation of this file.
00001 #ifndef __SIRIKATA_ENTITY_CREATE_INFO_HPP__
00002 #define __SIRIKATA_ENTITY_CREATE_INFO_HPP__
00003 
00004 #include <sirikata/oh/HostedObject.hpp>
00005 
00006 namespace Sirikata{
00007 namespace JS{
00008 
00009 struct EntityCreateInfo
00010 {
00011     String scriptType;
00012     String scriptOpts;
00013     String scriptContents;
00014     SpaceID spaceID;
00015     Location loc;
00016     float  scale;
00017     String mesh;
00018     String physics;
00019     String query;
00020     SpaceID space;
00021 };
00022 
00023 } //close js
00024 } //close sirikata
00025 
00026 #endif