Unity-jump-proj

This commit is contained in:
2024-09-09 11:07:16 +03:00
parent 2c29906bbf
commit fd96a5627d
13707 changed files with 866380 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)