Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


depthStoreAction

Store action for the depth/stencil buffer.
Read time 1 minuteLast updated 6 days ago

Definition

public RenderBufferStoreAction depthStoreAction { get; set; }

Remarks

Not all platforms support store actions. If the platform you are using does not support store actions, RenderBufferStoreAction.Store will be used instead.