GraphicsStateCollection
Create a GraphicsStateCollection populated with contents of a file, or empty.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
GraphicsStateCollection()
Create a GraphicsStateCollection populated with contents of a file, or empty.
public GraphicsStateCollection()
Remarks
The file extension of GraphicsStateCollection is *.graphicsstate.
Additional Resources: GraphicsStateCollection.LoadFromFile.
GraphicsStateCollection(string)
Create a GraphicsStateCollection populated with contents of a file, or empty.
public GraphicsStateCollection(string filePath)
Parameters
Path to GraphicsStateCollection serialized file.
Remarks
The file extension of GraphicsStateCollection is *.graphicsstate.
Additional Resources: GraphicsStateCollection.LoadFromFile.