transform property

Matrix4? transform
final

The transform from this node's coordinate system to its parent's coordinate system.

By default, the transform is null, which represents the identity transformation (i.e., that this node has the same coordinate system as its parent).

Implementation

final Matrix4? transform;