Vuo 2.4.4
Loading...
Searching...
No Matches
VuoSceneObjectGet.h
Go to the documentation of this file.
1
10#include <stdbool.h>
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif
16
17#include "VuoSceneObject.h"
18
19bool VuoSceneObject_get(VuoText sceneURL, VuoSceneObject *scene, bool center, bool fit, bool hasLeftHandedCoordinates) VuoWarnUnusedResult;
20
21#ifdef __cplusplus
22}
23#endif