AutomationAppendPropertyCommand class

syz_AutomationAppendPropertyCommand.

Inheritance

Constructors

AutomationAppendPropertyCommand(Pointer<syz_Handle> targetHandle, double time, Properties property, dynamic value, {InterpolationTypes interpolationType = InterpolationTypes.linear})
Create an instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
interpolationType InterpolationTypes
The interpolation type to use.
final
property Properties
The property to change.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetHandle Pointer<syz_Handle>
The handle of the target this command should work with.
finalinherited
time double
The time this command should run.
finalinherited
type AutomationCommands
The type of command.
finalinherited
value → dynamic
The value of this point.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited