Beispiel #1
0
 public static extern SU_RESULT SUStylesGetStyleByPath(SUStylesRef styles, string path, ref SUStyleRef style);
Beispiel #2
0
 public static extern SUEntityRef SUStyleToEntity(SUStyleRef style);
Beispiel #3
0
 public static extern SU_RESULT SUStylesGetStyleByGuid(SUStylesRef styles, string guid, ref SUStyleRef style);
Beispiel #4
0
 public static extern SU_RESULT SUStyleSetProperty(SUStyleRef style, SUStylePropertyType type, SUTypedValueRef value);
Beispiel #5
0
 public static extern SU_RESULT SUStyleGetThumbnail(SUStyleRef style, ref SUImageRepRef image);
Beispiel #6
0
 public static extern SU_RESULT SUStylesGetSelectedStyle(SUStylesRef styles, ref SUStyleRef style);
Beispiel #7
0
 public static extern SU_RESULT SUStyleRelease(ref SUStyleRef style);
Beispiel #8
0
 public static extern SU_RESULT SUStyleGetPath(SUStyleRef style, ref SUStringRef path);
Beispiel #9
0
 public static extern SU_RESULT SUStyleGetGuid(SUStyleRef style, ref SUStringRef guid);
Beispiel #10
0
 public static extern SU_RESULT SUStyleGetDescription(SUStyleRef style, ref SUStringRef description);
Beispiel #11
0
 public static extern SU_RESULT SUStyleSetDescription(SUStyleRef style, string description);
Beispiel #12
0
 public static extern SU_RESULT SUStyleGetDisplayName(SUStyleRef style, ref SUStringRef name);
Beispiel #13
0
 public static extern SU_RESULT SUStyleSetName(SUStyleRef style, string name);
Beispiel #14
0
 public static extern SU_RESULT SUStyleCreate(out SUStyleRef style, string path);
Beispiel #15
0
 public static extern SU_RESULT SUStylesApplyStyleToScene(SUStylesRef styles, SUStyleRef style, SUSceneRef scene);
Beispiel #16
0
 public static extern SU_RESULT SUStyleGetDisplaysWatermark(SUStyleRef style, ref bool shows_mark);
Beispiel #17
0
 public static extern SU_RESULT SUStylesGetActiveStyle(SUStylesRef styles, ref SUStyleRef style);
Beispiel #18
0
 public static extern SU_RESULT SUStyleSaveToFile(SUStyleRef style, string path);
Beispiel #19
0
 public static extern SU_RESULT SUSceneGetSketchAxesDisplayed(SUSceneRef scene, ref SUStyleRef style);
Beispiel #20
0
 public static extern SU_RESULT SUStyleCreate(out SUStyleRef style);