コード例 #1
0
ファイル: CSycles.Camera.cs プロジェクト: jesterKing/CCSycles
 public static void camera_set_panorama_type(uint clientId, uint sceneId, PanoramaType type)
 {
     cycles_camera_set_panorama_type(clientId, sceneId, (uint)type);
 }
コード例 #2
0
ファイル: CSycles.Camera.cs プロジェクト: mcneel/CCSycles
 public static void camera_set_panorama_type(uint clientId, uint sceneId, PanoramaType type)
 {
     cycles_camera_set_panorama_type(clientId, sceneId, (uint)type);
 }