From 3af4c218c0e70167db23a6303d2af30aff37d2fe Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 20 Aug 2020 23:40:50 -0400 Subject: Removed a bunch of stuff; Changes --- .../Documentation~/insp_trk_act.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_trk_act.md (limited to 'Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_trk_act.md') diff --git a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_trk_act.md b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_trk_act.md deleted file mode 100644 index 1cadffd..0000000 --- a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_trk_act.md +++ /dev/null @@ -1,16 +0,0 @@ -# Activation track properties - -Use the Inspector window to change the name of an Activation track and set the state of its bound GameObject when the Timeline Asset finishes playing. - -![Inspector window when selecting an Activation track in the Timeline window](images/timeline_inspector_activation_track.png) - -_Inspector window when selecting an Activation track in the Timeline window_ - -|**Property**||**Description**| -|:---|:---|:---| -|**Display Name**||The name of the Activation track shown in the Timeline window and Playable Director component. The Display Name applies to the Timeline Asset and all of its Timeline instances.| -|**Post-playback state**||Sets the activation state for the bound GameObject when the Timeline Asset stops playing. The Post-playback state applies to the Timeline Asset and all of its Timeline instances.| -||Active|Activates the bound GameObject when the Timeline Asset finishes playing.| -||Inactive|Deactivates the bound GameObject when the Timeline Asset finishes playing.| -||Revert|Reverts the bound GameObject to its activation state before the Timeline Asset began playing.

For example, if the Timeline Asset finishes playing with the GameObject set to inactive, and the GameObject was active before the Timeline Asset began playing, then the GameObject reverts to active.| -||Leave As Is|Sets the activation state of the bound GameObject to the state the Timeline Asset is at when it finishes playing.

For example, if the Timeline Asset finishes playing with the GameObject set to inactive, the GameObject remains inactive.| -- cgit v1.2.3