Class SignalSourceAsset
This is an asset that defines a 6D signal that can be retrieved in a random-access fashion. This is used by the Cinemachine Impulse module.
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.API)]
public abstract class SignalSourceAsset : ScriptableObject, ISignalSource6D
프로퍼티
| 이름 | 설명 |
|---|---|
| SignalDuration | Returns the length on seconds of the signal. |
메서드
| 이름 | 설명 |
|---|---|
| GetSignal(float, out Vector3, out Quaternion) | Get the signal value at a given time relative to signal start |