Example #1
0
 public static extern SU_RESULT SUSceneSetUseCamera(SUSceneRef scene, bool use_camera);
Example #2
0
 public static extern SU_RESULT SUSceneCopy(SUSceneRef scene, SUSceneRef copy_scene);
Example #3
0
 public static extern SU_RESULT SUSceneCreate(ref SUSceneRef scene);
Example #4
0
 public static extern SU_RESULT SUSceneSetSketchAxesDisplayed(SUSceneRef scene, bool displayed);
Example #5
0
 public static extern SU_RESULT SUSceneGetSketchAxesDisplayed(SUSceneRef scene, ref SUStyleRef style);
Example #6
0
 public static extern SU_RESULT SUSceneSetUseAxes(SUSceneRef scene, bool use_axes);
Example #7
0
 public static extern SU_RESULT SUSceneGetHiddenEntities(SUSceneRef scene, size_t len, SUEntityRef[] entities, ref size_t count);
Example #8
0
 public static extern SU_RESULT SUSceneGetShadowInfo(SUSceneRef scene, ref SUShadowInfoRef shadow_info);
Example #9
0
 public static extern SU_RESULT SUSceneSetUseShadowInfo(SUSceneRef scene, bool use_shadow_info);
Example #10
0
 public static extern SU_RESULT SUSceneSetName(SUSceneRef scene, string name);
Example #11
0
 public static extern SU_RESULT SUSceneGetRenderingOptions(SUSceneRef scene, ref SURenderingOptionsRef options);
Example #12
0
 public static extern SU_RESULT SUSceneGetName(SUSceneRef scene, ref SUStringRef name);
Example #13
0
 public static extern SU_RESULT SUSceneSetIncludeInAnimation(SUSceneRef scene, bool include_in_animation);
Example #14
0
 public static extern SU_RESULT SUSceneSetUseCamera(SUSceneRef scene, SUCameraRef camera);
Example #15
0
 public static extern SU_RESULT SUSceneClearLayers(SUSceneRef scene);
Example #16
0
 public static extern SU_RESULT SUSceneSetUseRenderingOptions(SUSceneRef scene, bool use_rendering_options);
Example #17
0
 public static extern SU_RESULT SUSceneGetAxes(SUSceneRef scene, ref SUAxesRef axes);
Example #18
0
 public static extern SU_RESULT SUSceneSetUseHidden(SUSceneRef scene, bool use_cidden);
Example #19
0
 public static extern SU_RESULT SUSceneGetNumHiddenEntities(SUSceneRef scene, ref size_t count);
Example #20
0
 public static extern SU_RESULT SUSceneSetUseHiddenLayers(SUSceneRef scene, bool use_cidden_layers);
Example #21
0
 public static extern SU_RESULT SUSceneSetFlags(SUSceneRef scene, uint32_t flags);
Example #22
0
 public static extern SU_RESULT SUSceneGetUseSectionPlanes(SUSceneRef scene, bool use_section_planes);
Example #23
0
 public static extern SU_RESULT SUSceneClearPhotoMatchImage(SUSceneRef scene);
Example #24
0
 public static extern SU_RESULT SUSceneGetNumLayers(SUSceneRef scene, ref size_t count);
Example #25
0
 public static extern SUEntityRef SUSceneToEntity(SUSceneRef scene);
Example #26
0
 public static extern SU_RESULT SUSceneGetLayers(SUSceneRef scene, size_t len, SULayerRef[] layers, ref size_t count);
Example #27
0
 public static extern SU_RESULT SUSceneActivate(SUSceneRef scene);
Example #28
0
 public static extern SU_RESULT SUSceneRemoveLayer(SUSceneRef scene, SULayerRef layer);
Example #29
0
 public static extern SU_RESULT SUSceneRelease(ref SUSceneRef scene);
Example #30
0
 public static extern SU_RESULT SUStylesApplyStyleToScene(SUStylesRef styles, SUStyleRef style, SUSceneRef scene);