UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

18 lines 656 B
import { member } from "../../core"; export interface ChildParentAudioClipPlayerInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; ParentUnder?: member<any>; MinDistance?: member<any>; MaxDistance?: member<any>; RolloffMode?: member<any>; PlayPointMode?: member<any>; ChildLimit?: member<number>; FilterTag?: member<any>; ParentedClips?: member<any>; UnparentedClips?: member<any>; } export declare function ChildParentAudioClipPlayer(props: ChildParentAudioClipPlayerInput): any; //# sourceMappingURL=ChildParentAudioClipPlayer.d.ts.map