示例#1
0
    private float[] GenerateInputThis()
    {
        float[] input = m_screenshotScriptThis.GetScreenshotDataComputed(0, 0, 0, TakeScreenshot.CaptureType.Separate, m_widthModifierThis, m_heightModifierThis);

        return(input);
    }
示例#2
0
    private float[] GenerateInputSource()
    {
        float[] input = m_screenshotScriptSource.GetScreenshotDataComputed(m_screenshotScriptThis.GetCaptureWidth(), m_screenshotScriptThis.GetCaptureHeight(), m_screenshotScriptThis.GetPlayerHeight(), TakeScreenshot.CaptureType.Separate, m_widthModifierSource, m_heightModifierSource);

        return(input);
    }