Version: 2020.2
言語: 日本語

RenderStateBlockConstructor

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

パラメーター

mask Specifies 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.defaultValue, DepthState.defaultValue, RasterState.defaultValue, StencilState.defaultValue.