Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


inUse

Determines whether the current ScriptableRenderPipeline is the same type as the one given by the constructor. Returns true if the ScriptableRenderPipeline is of the type used when constructing the attribute. Otherwise, returns false.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. ScriptableRenderPipelineExtensionAttribute.inUse is deprecated. Use SupportedOnRenderPipelineAttribute.isSupportedOnCurrentPipeline instead. #from(23.1)
public bool inUse { get; }