Interface ShapeParameters<T>

interface ShapeParameters<T> {
    offset?: Vec3;
    orientation?: Quaternion;
    params: ShapeTypeToShapeParameters[T];
    type: T;
}

Type Parameters

Properties

offset?: Vec3
orientation?: Quaternion
params: ShapeTypeToShapeParameters[T]
type: T