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