Class SequenceAsset
The Sequence package uses the SequenceAsset Component on Regular Prefab and Prefab Variant to distinguish them from other Prefabs. Once a Prefab has this Component, it appears in the Sequences window, in the Asset Collections section. You can then use this Prefab in the Sequence Assembly window, and add it to any Sequences of the Project.
Inherited Members
Namespace: UnityEngine .Sequences
Assembly: Unity.Sequences.dll
Syntax
[ExecuteInEditMode]
[DisallowMultipleComponent]
public class SequenceAsset : MonoBehaviour
Properties
type
Indicates the name of the SequenceAsset Collection type.
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
string |