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