Class ScalableBufferManager
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class ScalableBufferManager
Properties
heightScaleFactor
Declaration
public static float heightScaleFactor { get; }
Property Value
Type | Description |
---|---|
Single |
widthScaleFactor
Declaration
public static float widthScaleFactor { get; }
Property Value
Type | Description |
---|---|
Single |
Methods
ResizeBuffers(Single, Single)
Declaration
public static void ResizeBuffers(float widthScale, float heightScale)
Parameters
Type | Name | Description |
---|---|---|
Single | widthScale | |
Single | heightScale |