Struct SequenceContext
A context for the Timeline window (RO)
Implements
Inherited Members
Namespace: UnityEditor .Timeline
Assembly: solution.dll
Syntax
public readonly struct SequenceContext : IEquatable<SequenceContext>
Remarks
The SequenceContext represents a state of the Timeline window, and is used to interact with Timeline
Constructors
Name | Description |
---|---|
Sequence |
Initializes and returns an instance of SequenceContext. |
Properties
Name | Description |
---|---|
clip | The Timeline |
director | The director associated with the Timeline window in the context. (RO) |
Methods
Name | Description |
---|---|
Equals(object) | Indicates whether the current object is equal to another object of indeterminate type. |
Equals(Sequence |
Indicates whether the current object is equal to another object of the same type. |
Get |
Hash function for SequenceContext. |
Is |
Assesses the validity of a SequenceContext. |
Operators
Name | Description |
---|---|
operator ==(Sequence |
Equality operator overload. |
operator !=(Sequence |
Inequality operator overload. |