Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdateSize(int, int)

Update the internal buffers.
Read time 1 minuteLast updated 6 days ago

Definition

public void UpdateSize(int width, int height)

Parameters

width

Width of the texture passed in during Resolver.Process.

height

Height of the texture passed in during Resolver.Process.

Remarks

This function is should be called whenever the resolution of the feedback texture changes.