Get the direction of the mirror * @return {number} -1 if this.mirror is true, or 1 if not mirrored
()
| 454 | /** Get the direction of the mirror |
| 455 | * @return {number} -1 if this.mirror is true, or 1 if not mirrored */ |
| 456 | getMirrorSign() { return this.mirror ? -1 : 1; } |
| 457 | |
| 458 | /** Attaches a child to this with a local transform, returns child for chaining |
| 459 | * @param {EngineObject} child |
no outgoing calls
no test coverage detected