GraphicsStateCollection
Create a GraphicsTextureCollection populated with contents of a file, or empty.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
GraphicsStateCollection()
Create a GraphicsTextureCollection populated with contents of a file, or empty.
public GraphicsStateCollection()
GraphicsStateCollection(string)
Create a GraphicsTextureCollection populated with contents of a file, or empty.
public GraphicsStateCollection(string filePath)
Parameters
Path to GraphicsTextureCollection serialized file.