Example #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);
Example #3
0
 public static extern SU_RESULT SUImageGetName(SUImageRef image, ref SUStringRef name);
 public static extern SU_RESULT SUClassificationAttributeGetPath(SUClassificationAttributeRef attribute, ref SUStringRef path);
Example #5
0
 public static extern SU_RESULT SUTextureWriterGetTextureFilePath(SUTextureWriterRef writer, size_t texture_id, ref SUStringRef file_path);
Example #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);
Example #8
0
 public static extern SU_RESULT SUStringSetUTF8(SUStringRef string_ref, string char_array);
Example #9
0
 public static extern SU_RESULT SUStringSetUTF16(SUStringRef string_ref, unichar[] char_array);
Example #10
0
 public static extern SU_RESULT SUStringTrimRight(SUStringRef string_ref);
Example #11
0
 public static extern SU_RESULT SUStringCompare(SUStringRef a, SUStringRef b, ref int result);
Example #12
0
 public static extern SU_RESULT SUStringGetUTF16Length(SUStringRef string_ref, ref size_t out_length);
Example #13
0
 public static extern SU_RESULT SUSectionPlaneGetSymbol(SUSectionPlaneRef sectionPlane, ref SUStringRef symbol);
Example #14
0
 public static extern SU_RESULT SUSectionPlaneGetName(SUSectionPlaneRef sectionPlane, ref SUStringRef name);
Example #15
0
 public static extern SU_RESULT SUOptionsProviderGetName(SUOptionsProviderRef options_provider, ref SUStringRef name);
Example #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);
Example #17
0
 public static extern SU_RESULT SUCameraGetDescription(SUCameraRef camera, ref SUStringRef desc);
Example #18
0
 public static extern SU_RESULT SUStringCreate(ref SUStringRef out_string_ref);
Example #19
0
 public static extern SU_RESULT SULineStyleGetName(SULineStyleRef line_style, ref SUStringRef name);
Example #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);
Example #22
0
 public static extern SU_RESULT SUStringCreateFromUTF8(ref SUStringRef out_string_ref, string char_array);
Example #23
0
 public static extern SU_RESULT SUTextGetString(SUTextRef text, out SUStringRef pstring);
Example #24
0
 public static extern SU_RESULT SUStringCreateFromUTF16(out SUStringRef out_string_ref, unichar[] char_array);
Example #25
0
 public static extern SU_RESULT SUSceneGetName(SUSceneRef scene, ref SUStringRef name);
Example #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);
Example #28
0
 public static extern SU_RESULT SUMaterialGetName(SUMaterialRef material, ref SUStringRef name);
Example #29
0
 public static extern SU_RESULT SUImageGetFileName(SUImageRef image, ref SUStringRef file_name);
Example #30
0
 public static extern SU_RESULT SUInstancePathGetPersistentIDAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUStringRef pid);