Class CinemachineFixedSignal
A definition of an impulse signal that gets propagated to listeners
Implements
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public class CinemachineFixedSignal : SignalSourceAsset, ISignalSource6D
Fields
Name | Description |
---|---|
m_XCurve | The raw signal shape along the X axis |
m_YCurve | The raw signal shape along the Y axis |
m_ZCurve | The raw signal shape along the Z axis |
Properties
Name | Description |
---|---|
SignalDuration | Returns the length on seconds of the signal. |
Methods
Name | Description |
---|---|
GetSignal(float, out Vector3, out Quaternion) | Get the raw signal at this time |