raould
June 26, 2021, 11:39pm
1
Maybe it already does but I didn’t see it, so it doesn’t seem to be obvious / easy to find.
I want pages like
to have a link (or many links) to the sources
import { serialize, SerializationHelper } from "../../Misc/decorators";
import { Observable } from "../../Misc/observable";
import { Nullable } from "../../types";
import { Matrix, TmpVectors, Vector3 } from "../../Maths/math.vector";
import { BaseTexture } from "../../Materials/Textures/baseTexture";
import { Constants } from "../../Engines/constants";
import { _TypeStore } from '../../Misc/typeStore';
import { _DevTools } from '../../Misc/devTools';
import { IInspectable } from '../../Misc/iInspectable';
import { ThinEngine } from '../../Engines/thinEngine';
import { TimingTools } from '../../Misc/timingTools';
import { InstantiationTools } from '../../Misc/instantiationTools';
import { Plane } from '../../Maths/math.plane';
import { StringTools } from '../../Misc/stringTools';
import { CopyTools } from '../../Misc/copyTools';
declare type CubeTexture = import("../../Materials/Textures/cubeTexture").CubeTexture;
declare type MirrorTexture = import("../../Materials/Textures/mirrorTexture").MirrorTexture;
declare type RenderTargetTexture = import("../../Materials/Textures/renderTargetTexture").RenderTargetTexture;
declare type Scene = import("../../scene").Scene;
This file has been truncated. show original
assuming i even got that right it wasn’t falling off a log easy to find.
Yes, this is planned, along with an upgrade to tsdoc 0.20 which brings a lot of other benefits. This might take a little while, but we are on it.
It’s always good to know this kind of feature is important!
4 Likes