TransformComponent.GetTransformMatrix() Method Definition¶ Namespace: Brine2D.ECS.Components Computes the world-space SRT matrix. Walks the parent hierarchy via Position/Rotation/Scale. public System.Numerics.Matrix3x2 GetTransformMatrix(); Returns¶ System.Numerics.Matrix3x2