Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

RenderStateBlockConstructor

マニュアルに切り替える
public RenderStateBlock (Experimental.Rendering.RenderStateMask mask);

パラメーター

maskSpecifies which parts of the render state that is overriden.

説明

Creates a new render state block with the specified mask.

All states are initialized to their default values. stencilReference is initialized to 0.

See Also: BlendState.Default, DepthState.Default, RasterState.Default, StencilState.Default.