ProcessInfo

@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.

Constructors

Link copied to clipboard
constructor(name: String, include: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard