Example #1
0
 public static extern void obs_sceneitem_set_bounds_type(obs_sceneitem_t item, obs_bounds_type type);
Example #2
0
 public static extern void obs_sceneitem_set_order(obs_sceneitem_t item, obs_order_movement movement);
Example #3
0
 public static extern void obs_sceneitem_set_order_position(obs_sceneitem_t item, int position);
Example #4
0
 public static extern void obs_sceneitem_get_bounds(obs_sceneitem_t item, out Vector2 bounds);
Example #5
0
 public static extern void obs_sceneitem_defer_update_end(obs_sceneitem_t item);
Example #6
0
 public static extern float obs_sceneitem_get_rot(obs_sceneitem_t item);
Example #7
0
 public static extern obs_bounds_type obs_sceneitem_get_bounds_type(obs_sceneitem_t item);
Example #8
0
 public static extern void obs_sceneitem_remove(obs_sceneitem_t item);
Example #9
0
 public static extern obs_scene_t obs_sceneitem_get_scene(obs_sceneitem_t item);
Example #10
0
 public static extern void obs_sceneitem_addref(obs_sceneitem_t item);
Example #11
0
 public static extern void obs_sceneitem_release(obs_sceneitem_t item);
Example #12
0
 public static extern bool obs_sceneitem_set_visible(obs_sceneitem_t item, bool visible);
Example #13
0
 public static extern bool obs_sceneitem_visible(obs_sceneitem_t item);
Example #14
0
 public static extern void obs_sceneitem_get_box_transform(obs_sceneitem_t item, out matrix4 transform);
Example #15
0
 public static extern void obs_sceneitem_set_bounds_alignment(obs_sceneitem_t item, uint32_t alignment);
Example #16
0
 public static extern obs_source_t obs_sceneitem_get_source(obs_sceneitem_t scene);
Example #17
0
 public static extern void obs_sceneitem_get_pos(obs_sceneitem_t item, out Vector2 pos);
Example #18
0
 public static extern void obs_sceneitem_select(obs_sceneitem_t item, [MarshalAs(UnmanagedType.I1)] bool select);
Example #19
0
 public static extern void obs_sceneitem_get_scale(obs_sceneitem_t item, out Vector2 scale);
Example #20
0
 public static extern bool obs_sceneitem_selected(obs_sceneitem_t item);
Example #21
0
 public static extern uint32_t obs_sceneitem_get_bounds_alignment(obs_sceneitem_t item);
Example #22
0
 public static extern void obs_sceneitem_set_rot(obs_sceneitem_t item, float rot_deg);
Example #23
0
 public static extern bool obs_scene_reorder_items(obs_scene_t scene, obs_sceneitem_t item_order, size_t item_order_size);
Example #24
0
 public static extern void obs_sceneitem_set_crop(obs_sceneitem_t item, out obs_sceneitem_crop crop);