webani - v1.0.0
    Preparing search index...

    Type Alias MeshComponentOptions

    type MeshComponentOptions = {
        mesh: WebaniCollection<WebaniMesh>;
        position?: Vector3;
        scale?: Vector3;
    }
    Index

    Properties

    Properties

    position?: Vector3
    scale?: Vector3