Exemple #1
0
 public static extern SU_RESULT SUTypedValueSetArrayItems(SUTypedValueRef typed_value, size_t len, SUTypedValueRef[] values);
Exemple #2
0
 public static extern SU_RESULT SUTypedValueRelease(ref SUTypedValueRef typed_value);
 public static extern SU_RESULT SURenderingOptionsGetValue(SURenderingOptionsRef rendering_options, string key, ref SUTypedValueRef value_out);
Exemple #4
0
 public static extern SU_RESULT SUTypedValueGetInt16(SUTypedValueRef typed_value, ref int16_t int16_value);
 public static extern SU_RESULT SUOptionsProviderSetValue(SUOptionsProviderRef options_provider, string key, SUTypedValueRef value);
Exemple #6
0
 public static extern SU_RESULT SUShadowInfoSetValue(SUShadowInfoRef shadow_info, string key, SUTypedValueRef value_in);
Exemple #7
0
 public static extern SU_RESULT SUTypedValueSetTime(SUTypedValueRef typed_value, int64_t time_value);
 public static extern SU_RESULT SUAttributeDictionarySetValue(SUAttributeDictionaryRef dictionary, string key, SUTypedValueRef value_in);
Exemple #9
0
 public static extern SU_RESULT SUTypedValueSetBool(SUTypedValueRef typed_value, bool bool_value);
Exemple #10
0
 public static extern SU_RESULT SUTypedValueSetColor(SUTypedValueRef typed_value, ref SUColor color);
Exemple #11
0
 public static extern SU_RESULT SUTypedValueSetDouble(SUTypedValueRef typed_value, double double_value);
Exemple #12
0
 public static extern SU_RESULT SUTypedValueSetFloat(SUTypedValueRef typed_value, float float_value);
Exemple #13
0
 public static extern SU_RESULT SUTypedValueSetInt32(SUTypedValueRef typed_value, int32_t int32_value);
Exemple #14
0
 public static extern SU_RESULT SUTypedValueGetType(SUTypedValueRef typed_value, ref SUTypedValueType type);
Exemple #15
0
 public static extern SU_RESULT SUTypedValueGetString(SUTypedValueRef typed_value, ref SUStringRef string_valueZ);
Exemple #16
0
 public static extern SU_RESULT SUTypedValueGetByte(SUTypedValueRef typed_value, ref byte byte_value);
Exemple #17
0
 public static extern SU_RESULT SUTypedValueSetString(SUTypedValueRef typed_value, string string_value);
 public static extern SU_RESULT SUAttributeDictionaryGetValue(SUAttributeDictionaryRef dictionary, string key, ref SUTypedValueRef value_out);
Exemple #19
0
 public static extern SU_RESULT SUTypedValueSetUnitVector3d(SUTypedValueRef typed_value, double[] vector3d_value);
 public static extern SU_RESULT SUClassificationAttributeGetValue(SUClassificationAttributeRef attribute, ref SUTypedValueRef value);
Exemple #21
0
 public static extern SU_RESULT SUTypedValueGetNumArrayItems(SUTypedValueRef typed_value, ref size_t count);
Exemple #22
0
 public static extern SU_RESULT SUShadowInfoGetValue(SUShadowInfoRef shadow_info, string key, ref SUTypedValueRef value_out);
Exemple #23
0
 public static extern SU_RESULT SUTypedValueGetArrayItems(SUTypedValueRef typed_value, size_t len, SUTypedValueRef[] values, ref size_t count);
 public static extern SU_RESULT SURenderingOptionsSetValue(SURenderingOptionsRef rendering_options, string key, SUTypedValueRef value_in);
Exemple #25
0
 public static extern SU_RESULT SUStyleSetProperty(SUStyleRef style, SUStylePropertyType type, SUTypedValueRef value);