NovelateSceneAction

Wrapper around a scene action.

Constructors

this
this(NovelateSceneActionType type, string name)

Creates a new scene action.

this
this(NovelateSceneActionType type, string name, string value)

Creates a new scene action.

Members

Properties

name
string name [@property getter]

Gets the name.

type
NovelateSceneActionType type [@property getter]

Gets the type.

value
string value [@property getter]

Gets the value.

Meta