SceneActionReference

@Serializable
data class SceneActionReference(val target: ResourceReference, val action: SceneAction)

Action to be applied to a specified resource for a scene.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The action to be applied to the resource.

Link copied to clipboard

The resource to apply the action to.