1
This commit is contained in:
24
Assets/Plugins/_MK/MKGlow/Scripts/ICameraData.cs
Normal file
24
Assets/Plugins/_MK/MKGlow/Scripts/ICameraData.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
//////////////////////////////////////////////////////
|
||||
// MK Glow ICamera Data //
|
||||
// //
|
||||
// Created by Michael Kremmel //
|
||||
// www.michaelkremmel.de //
|
||||
// Copyright © 2020 All rights reserved. //
|
||||
//////////////////////////////////////////////////////
|
||||
using UnityEngine;
|
||||
|
||||
namespace MK.Glow
|
||||
{
|
||||
internal interface ICameraData
|
||||
{
|
||||
int GetCameraWidth();
|
||||
int GetCameraHeight();
|
||||
bool GetStereoEnabled();
|
||||
float GetAspect();
|
||||
Matrix4x4 GetWorldToCameraMatrix();
|
||||
bool GetOverwriteDescriptor();
|
||||
UnityEngine.Rendering.TextureDimension GetOverwriteDimension();
|
||||
int GetOverwriteVolumeDepth();
|
||||
bool GetTargetTexture();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user