コード例 #1
0
 internal static void DrawSprite(Sprite sprite, Matrix4x4 matrix, Material material, int layer, Camera camera, Color color, MaterialPropertyBlock properties)
 {
     Graphics.INTERNAL_CALL_DrawSprite(sprite, ref matrix, material, layer, camera, ref color, properties);
 }