Capítulo 413 de 859

Chapter 413: FrontFacingNode

Core Idea

This node can be used to evaluate whether a primitive is front or back facing.

Key Concepts

  • isFrontFacingNode : boolean (readonly): This flag can be used for type testing.

Reference Tables

Constructor

Signature
new FrontFacingNode()

Properties

PropertyDescription
.isFrontFacingNode : boolean (readonly)This flag can be used for type testing.

Key Takeaways

  1. FrontFacingNode extends: EventDispatcher → Node
  2. Most relevant properties: isFrontFacingNode.

Connects To