TimelineAsset

class in UnityEngine.Timeline

/

Hereda de:Playables.PlayableAsset


Implementa interfaces:IPropertyPreview, ISerializationCallbackReceiver, ITimelineClipAsset

Cambiar al Manual

Descripción

A PlayableAsset that represents a timeline.

Variables

durationThe length in seconds of the timeline.
durationModeHow the duration of a timeline is calculated.
fixedDurationThe length of the timeline when the durationMode is set to fixed length.
outputTrackCountReturns the the number of output tracks in the Timeline.
rootTrackCountReturns the number of tracks at the root level of the timeline.

Funciones Públicas

CreateTrackAllows you to create a track and add it to the Timeline.
DeleteClipDelete a clip from this timeline.
DeleteTrackDeletes a track from a timeline, including all clips and subtracks.
GetOutputTrackRetrives the output track from the given index.
GetOutputTracksGets a list of all output tracks in the Timeline.
GetRootTrackRetrieves at root track at the specified index.
GetRootTracksGet an enumerable list of all root tracks.

Miembros heredados

Variables

hideFlags¿Debería el objeto estar oculto, guardado con la escena o modificable por el usuario?
nameEl nombre del objeto.
durationThe playback duration in seconds of the instantiated Playable.
outputsA description of the outputs of the instantiated Playable.

Funciones Públicas

GetInstanceIDDevuelve el id de la instancia del objeto.
ToStringReturns the name of the GameObject.
CreatePlayableImplement this method to have your asset inject playables into the given graph.

Funciones Estáticas

DestroyElimina un gameobject, componente o asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadHace que el objeto target no sea destruido automáticamente cuando se cargue una nueva escena.
FindObjectOfTypeDevuelve el primer objeto activo cargado de tipo type.
FindObjectsOfTypeDevuelve una lista de todos los objetos activos cargados de tipo type.
InstantiateClona el objeto original y devuelve el clon.
CreateInstanceCrea una instancia de un objeto scriptable.

Operadores

bool¿Existe el objeto?
operator !=Compare si dos objetos se refieren a un objeto diferente.
operator ==Compara dos referencias de objeto para ver si se refieren al mismo objeto.

Mensajes

AwakeEsta función se llama cuando el script ScriptableObject empieza.
OnDestroyEsta función se llama cuando el objeto scriptable se destruirá.
OnDisableEsta función se llama cuando el objeto scriptable se va fuera del alcance (scope).
OnEnableEsta función se llama cuando el objeto es cargado.