Entity Type Info
@Serializable
An animatable entity/agent type (10.1b): its typeName (the class simpleName, matching EntityCreated.entityType) and the processes declared on it (from @KSLAnimatedProcess, or — when none are annotated — a best-effort list of its KSLProcess-valued properties, keyed by property name).
Constructors
Link copied to clipboard
constructor(typeName: String, processes: List<ProcessInfo> = emptyList(), include: Boolean = true, isAgent: Boolean = false)