Show / Hide Table of Contents

Class ScalableBufferManager

Inheritance
Object
ScalableBufferManager
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX