Vertaling van "thisLayer" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Explicitly prefix native methods and attributes with thisLayer. or thisProperty.
Nativen Methoden und Attributen muss explizit „thisLayer." oder „thisProperty." vorangestellt werden.
In the Legacy ExtendScript engine, this was allowed to be used as shorthand for thisLayer.
Bei Verwendung der Engine für das veraltete ExtendScript konnte this als Kurznotation für thisLayer verwendet werden.
Because thisLayer is the default object, its use is optional.
The thisLayer. prefix must be used with the vector math functions.
Das Präfix thisLayer. muss mit den vektormathematischen Funktionen verwendet werden.
this() shorthand syntax is not allowed; use thisLayer() instead
Die „this()"-Kurznotationssyntax ist nicht zulässig, stattdessen empfiehlt sich die Verwendung von „thisLayer()".
An explicit thisLayer. or thisProperty. prefix needs to be added to any native method or attribute which is not explicitly called on a layer or property.
Ein explizites thisLayer.- oder thisProperty.-Präfix muss zu allen nativen Methoden oder Attributen hinzugefügt werden, die nicht explizit für eine Ebene oder Eigenschaft aufgerufen werden.
The vector math expressions also use the appropriate thisLayer. or thisProperty. prefix when needed.
Die vektormathematischen Expressions verwenden ggf. auch das entsprechende thisLayer.- oder thisProperty.-Präfix.
In the JavaScript engine, this must be replaced by thisLayer
Bei Verwendung der Engine für JavaScript muss dies durch „thisLayer" ersetzt werden
Represents the composition containing the expression. thisLayer
In the JavaScript engine, this refers to the global object and thisLayer must be used instead.
Bei Verwendung der Engine für JavaScript bezieht sich this jedoch auf das globale Objekt.