ScaleSignal

The ScaleSignal class monitors an objects scale.

Properties

Property

Description

x

(get) x: ScalarSignal (set) (Not Available)

Represents the X coordinate of the scale.

y

(get) y: ScalarSignal (set) (Not Available)

Represents the Y coordinate of the scale.

z

(get) z: ScalarSignal (set) (Not Available)

Represents the Z coordinate of the scale.

Methods

Method

Description

div

div(other: ScaleSignal): ScaleSignal

Returns a signal with the value that is the element-wise division of the values of the given signals.

mul

mul(other: ScaleSignal): ScaleSignal

Returns a signal with the value that is the element-wise multiplication of the values of the given signals.

Last updated