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