Initial commit

This commit is contained in:
AbstractConcept 2022-09-13 00:36:34 -05:00
commit 3c7cc0c973
8391 changed files with 704313 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Setting clip properties
Use the Inspector window to change the name of a clip and other properties, such as its timing and blend properties. The available properties depend on the type of clip selected. For example, select an Activation clip to change its name and set its **Clip Timing**.
![Inspector window when selecting an Activation clip in the Timeline window](images/timeline_inspector_activation_clip.png)
_Inspector window when selecting an Activation clip in the Timeline window_
Not all clips have properties. See the following sections for clips with properties:
* [Activation clip properties](insp_clp_act.md)
* [Animation clip common properties](insp_clp_anim_com.md)
* [Animation clip Playable Asset properties](insp_clp_anim_plyb.md)
* [Audio clip properties](insp_clp_aud.md)
* [Control clip common properties](insp_clp_ctrl_com.md)
* [Control clip Playable Asset properties](insp_clp_ctrl_plyb.md)