BetterModel
Toggle table of contents
1.5.1-SNAPSHOT-92
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.script
/
ScriptProcessor
Script
Processor
open
class
ScriptProcessor
Members
Constructors
Script
Processor
Link copied to clipboard
constructor
(
)
Functions
animate
Loop
Link copied to clipboard
open
fun
animateLoop
(
@
NotNull
script
:
BlueprintScript
,
@
NotNull
modifier
:
AnimationModifier
)
animate
Single
Link copied to clipboard
open
fun
animateSingle
(
@
NotNull
script
:
BlueprintScript
,
@
NotNull
modifier
:
AnimationModifier
)
replace
Loop
Link copied to clipboard
open
fun
replaceLoop
(
@
NotNull
script
:
BlueprintScript
,
@
NotNull
modifier
:
AnimationModifier
)
replace
Single
Link copied to clipboard
open
fun
replaceSingle
(
@
NotNull
script
:
BlueprintScript
,
@
NotNull
modifier
:
AnimationModifier
)
stop
Animation
Link copied to clipboard
open
fun
stopAnimation
(
@
NotNull
animation
:
String
)
tick
Link copied to clipboard
open
fun
tick
(
)