ScreenAxisExpression
Categories: [‘Expressions’, ‘Tracking’]
Base class: Resource
Properties
expression : Expression (Read-Only)
expressionStr : str
Arithmetic expression, containing axis id in lowercase, constants and symbols. E.g. axis_1 + 5 or pow(axis_1, 2)
UserName: Expression
max_input : float
UserName: Maximum input
max_output : float
UserName: Maximum output
min_input : float
UserName: Minimum input
min_output : float
UserName: Minimum output
object : Object
Stage object to output the resulting value to
UserName: Object
output : float
UserName: Output
propertyValid : bool (Read-Only)
property_ : str
Property of the object to receive the value.
For position, use offset.x, offset.y or offset.z; for rotation, use rotation.x, rotation.y or rotation.z
UserName: Property