UNPKG

neos-script

Version:

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

14 lines 493 B
import { member } from "../../../core"; export interface ApplyCharacterImpulseInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Impulse?: member<any>; Character?: member<any>; IgnoreMass?: member<any>; OnDone?: member<any>; } export declare function ApplyCharacterImpulse(props: ApplyCharacterImpulseInput): any; //# sourceMappingURL=ApplyCharacterImpulse.d.ts.map