Choose license
DE EN FR ES IT CZ
Zurück Nach oben

Exclude shader effects for specific interface

  • #1, by constantin 10 years ago Zitieren
    i know that i can exclude shader effects for mouse cursors and interfaces. in my game i would like to exclude only a specific interface (the inventory), but not another secondary interface (which is a smartphone). is this somehow possible? 
    thanks in advance :-)
    constantin
  • #2, by SimonS 10 years ago Zitieren
    If it's about the zoom you can use InterfaceMatrixId, if not there is probably no way, but the manually apply all effects to the interfaces that should not be excluded.
  • #3, by constantin 10 years ago Zitieren
    danke, das ist eine gute idee.