What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

MotionType

Object defining a particular type of motion that can be added to any property or group of properties via 'nc.addMotion' or 'Vector.addMotion'. [NON-INSTANTIABLE]

MotionType

MEMBERS

controllerDescriptions :Array.<string>

The description of the MotionType controllers - these descriptions will appear in the autocomplete documentation.

description :string

The description of the MotionType - this will appear in the autocomplete documentation.

motionControllerDefaultValues :Array.<number>

A list of optional motion controller default values.

motionControllerNames :Array.<string>

A list of optional motion controllers. These can be used to dynamically affect the nature of the motion.

name :string

Name of the Motion.

type :string

Type identifier.

METHODS

motionFunction()

A reference to the function that defines the nature of the motion.