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