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