Interface TransformComponentProps

interface TransformComponentProps {
    depthIndex?: number;
    position?: Vec2;
    size?: Size2D;
    velocity?: Vec2;
}

Hierarchy (view full)

Properties

depthIndex?: number
position?: Vec2
size?: Size2D
velocity?: Vec2