KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
ProcessInfo
Process
Info
@
Serializable
data
class
ProcessInfo
(
val
name
:
String
,
val
include
:
Boolean
=
true
)
(
source
)
An animatable process of an entity type (10.1b): its trace
name
and whether it is animated/captured.
Members
Constructors
Process
Info
Link copied to clipboard
constructor
(
name
:
String
,
include
:
Boolean
=
true
)
Properties
include
Link copied to clipboard
val
include
:
Boolean
name
Link copied to clipboard
val
name
:
String