neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
18 lines • 594 B
TypeScript
import { member } from "../../../core";
export interface DebugAxesInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Position?: member<any>;
Rotation?: member<[number, number, number, number]>;
Length?: member<any>;
RightColor?: member<any>;
UpColor?: member<any>;
ForwardColor?: member<any>;
Duration?: member<any>;
OnDisplay?: member<any>;
}
export declare function DebugAxes(props: DebugAxesInput): any;
//# sourceMappingURL=DebugAxes.d.ts.map