Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
1234567891011 |
- #if HAS_VFX_GRAPH
-
- namespace UnityEditor.VFX.URP
- {
- class VFXURPSubOutput : VFXSRPSubOutput
- {
- //URP only support motion vector on opaque geometry (with or without ShaderGraph)
- public override bool supportsMotionVector => owner.isBlendModeOpaque;
- }
- }
- #endif
|