/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * The type of the collider. */ export declare enum ColliderType { Auto = "auto", Box = "box", Sphere = "sphere", Capsule = "capsule" } //# sourceMappingURL=colliderType.d.ts.map