Version: 2022.2
言語: 日本語

GraphicsAPIConstraintAttributeConstructor

マニュアルに切り替える
public GraphicsAPIConstraintAttribute (bool negate, params GraphicsDeviceType[] graphicsDeviceTypes);

パラメーター

negate Set to true to enable filter attributes when the graphics API doesn't match any of the graphicsDeviceTypes.
graphicsDeviceTypes The array of graphics APIs to match to.

説明

Enable or disable shader keyword filter attributes based on the graphics API.

Unity enables filter attributes if the current build target matches any of the graphicsDeviceTypes.