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