Beispiel #1
0
 public static extern SU_RESULT SUEntitiesAddInstance(SUEntitiesRef entities, SUComponentInstanceRef instance, ref SUStringRef name);
 public static extern SU_RESULT SUDynamicComponentAttributeGetName(SUDynamicComponentAttributeRef attribute, ref SUStringRef name);
Beispiel #3
0
 public static extern SU_RESULT SUImageGetName(SUImageRef image, ref SUStringRef name);
 public static extern SU_RESULT SUClassificationAttributeGetPath(SUClassificationAttributeRef attribute, ref SUStringRef path);
Beispiel #5
0
 public static extern SU_RESULT SUTextureWriterGetTextureFilePath(SUTextureWriterRef writer, size_t texture_id, ref SUStringRef file_path);
Beispiel #6
0
 public static extern SU_RESULT SUFontGetFaceName(SUFontRef font, ref SUStringRef name);
 public static extern SU_RESULT SUClassificationInfoGetSchemaAttributeByPath(SUClassificationInfoRef classification_info, SUStringRef path, out SUClassificationAttributeRef attribute);
Beispiel #8
0
 public static extern SU_RESULT SUStringSetUTF8(SUStringRef string_ref, string char_array);
Beispiel #9
0
 public static extern SU_RESULT SUStringSetUTF16(SUStringRef string_ref, unichar[] char_array);
Beispiel #10
0
 public static extern SU_RESULT SUStringTrimRight(SUStringRef string_ref);
Beispiel #11
0
 public static extern SU_RESULT SUStringCompare(SUStringRef a, SUStringRef b, ref int result);
Beispiel #12
0
 public static extern SU_RESULT SUStringGetUTF16Length(SUStringRef string_ref, ref size_t out_length);
Beispiel #13
0
 public static extern SU_RESULT SUSectionPlaneGetSymbol(SUSectionPlaneRef sectionPlane, ref SUStringRef symbol);
Beispiel #14
0
 public static extern SU_RESULT SUSectionPlaneGetName(SUSectionPlaneRef sectionPlane, ref SUStringRef name);
 public static extern SU_RESULT SUOptionsProviderGetName(SUOptionsProviderRef options_provider, ref SUStringRef name);
Beispiel #16
0
 public static extern SU_RESULT SUStringGetUTF16(SUStringRef string_ref, size_t char_array_length, unichar[] out_char_array, ref size_t out_number_of_chars_copied);
Beispiel #17
0
 public static extern SU_RESULT SUCameraGetDescription(SUCameraRef camera, ref SUStringRef desc);
Beispiel #18
0
 public static extern SU_RESULT SUStringCreate(ref SUStringRef out_string_ref);
Beispiel #19
0
 public static extern SU_RESULT SULineStyleGetName(SULineStyleRef line_style, ref SUStringRef name);
Beispiel #20
0
 public static extern SU_RESULT SUStringRelease(ref SUStringRef string_ref);
 public static extern SU_RESULT SUClassificationInfoGetSchemaType(SUClassificationInfoRef classification_info, size_t index, ref SUStringRef schema_type);
Beispiel #22
0
 public static extern SU_RESULT SUStringCreateFromUTF8(ref SUStringRef out_string_ref, string char_array);
Beispiel #23
0
 public static extern SU_RESULT SUTextGetString(SUTextRef text, out SUStringRef pstring);
Beispiel #24
0
 public static extern SU_RESULT SUStringCreateFromUTF16(out SUStringRef out_string_ref, unichar[] char_array);
Beispiel #25
0
 public static extern SU_RESULT SUSceneGetName(SUSceneRef scene, ref SUStringRef name);
Beispiel #26
0
 public static extern SU_RESULT SUDimensionGetText(SUDimensionRef dimension, ref SUStringRef text);
 public static extern SU_RESULT SUDynamicComponentAttributeGetDisplayValue(SUDynamicComponentAttributeRef attribute, ref SUStringRef display_value);
Beispiel #28
0
 public static extern SU_RESULT SUMaterialGetName(SUMaterialRef material, ref SUStringRef name);
Beispiel #29
0
 public static extern SU_RESULT SUImageGetFileName(SUImageRef image, ref SUStringRef file_name);
Beispiel #30
0
 public static extern SU_RESULT SUInstancePathGetPersistentIDAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUStringRef pid);