{"nodes": [{"id": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_timeline_1_7_5_documentation_smpl_custom_tween_md", "label": "smpl_custom_tween.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L1"}, {"id": "documentation_smpl_custom_tween_transform_tween_track_sample", "label": "Transform Tween track sample", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L1"}, {"id": "documentation_smpl_custom_tween_usage", "label": "Usage", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L7"}, {"id": "documentation_smpl_custom_tween_custom_clip_workflow_example", "label": "Custom clip workflow example", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L18"}, {"id": "documentation_smpl_custom_tween_1_custom_clip", "label": "1. Custom clip", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L26"}, {"id": "documentation_smpl_custom_tween_codeblock_1", "label": "code:c# (public class TweenBehaviour : PlayableBehaviour)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L32"}, {"id": "documentation_smpl_custom_tween_codeblock_2", "label": "code:c# ([Serializable])", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L47"}, {"id": "documentation_smpl_custom_tween_codeblock_3", "label": "code:c# (public class TweenClip : PlayableAsset)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L66"}, {"id": "documentation_smpl_custom_tween_2_custom_track", "label": "2. Custom track", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L91"}, {"id": "documentation_smpl_custom_tween_codeblock_4", "label": "code:c# ([TrackBindingType(typeof(Transform))])", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L100"}, {"id": "documentation_smpl_custom_tween_3_define_a_track_mixer", "label": "3. Define a track mixer", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L115"}, {"id": "documentation_smpl_custom_tween_track_mixer_setup", "label": "Track mixer setup", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L119"}, {"id": "documentation_smpl_custom_tween_codeblock_5", "label": "code:c# (public class TweenMixerBehaviour : PlayableBehaviour {})", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L137"}, {"id": "documentation_smpl_custom_tween_codeblock_6", "label": "code:c# (public class TweenTrack : TrackAsset)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L143"}, {"id": "documentation_smpl_custom_tween_transform_tween_implementation", "label": "Transform tween implementation", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L160"}, {"id": "documentation_smpl_custom_tween_codeblock_7", "label": "code:c# (// Iterate on all the playable's (mixer) inputs (ie each cli)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L167"}, {"id": "documentation_smpl_custom_tween_codeblock_8", "label": "code:c# (// Apply the final position and rotation values in the track)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L186"}, {"id": "documentation_smpl_custom_tween_4_customize_a_clip_s_appearance", "label": "4. Customize a clip's appearance", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L193"}, {"id": "documentation_smpl_custom_tween_codeblock_9", "label": "code:c# ([CustomTimelineEditor(typeof(TweenClip))])", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L197"}, {"id": "documentation_smpl_custom_tween_codeblock_10", "label": "code:c# (public override void DrawBackground(TimelineClip clip, ClipB)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L207"}, {"id": "documentation_smpl_custom_tween_notes", "label": "Notes", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L219"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_timeline_1_7_5_documentation_smpl_custom_tween_md", "target": "documentation_smpl_custom_tween_transform_tween_track_sample", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L1", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_transform_tween_track_sample", "target": "documentation_smpl_custom_tween_usage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L7", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_transform_tween_track_sample", "target": "documentation_smpl_custom_tween_custom_clip_workflow_example", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L18", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_custom_clip_workflow_example", "target": "documentation_smpl_custom_tween_1_custom_clip", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L26", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_1_custom_clip", "target": "documentation_smpl_custom_tween_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L32", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_1_custom_clip", "target": "documentation_smpl_custom_tween_codeblock_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L47", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_1_custom_clip", "target": "documentation_smpl_custom_tween_codeblock_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L66", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_custom_clip_workflow_example", "target": "documentation_smpl_custom_tween_2_custom_track", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L91", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_2_custom_track", "target": "documentation_smpl_custom_tween_codeblock_4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L100", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_custom_clip_workflow_example", "target": "documentation_smpl_custom_tween_3_define_a_track_mixer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L115", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_3_define_a_track_mixer", "target": "documentation_smpl_custom_tween_track_mixer_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L119", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_track_mixer_setup", "target": "documentation_smpl_custom_tween_codeblock_5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L137", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_track_mixer_setup", "target": "documentation_smpl_custom_tween_codeblock_6", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L143", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_3_define_a_track_mixer", "target": "documentation_smpl_custom_tween_transform_tween_implementation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L160", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_transform_tween_implementation", "target": "documentation_smpl_custom_tween_codeblock_7", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L167", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_transform_tween_implementation", "target": "documentation_smpl_custom_tween_codeblock_8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L186", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_custom_clip_workflow_example", "target": "documentation_smpl_custom_tween_4_customize_a_clip_s_appearance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L193", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_4_customize_a_clip_s_appearance", "target": "documentation_smpl_custom_tween_codeblock_9", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L197", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_4_customize_a_clip_s_appearance", "target": "documentation_smpl_custom_tween_codeblock_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L207", "weight": 1.0}, {"source": "documentation_smpl_custom_tween_transform_tween_track_sample", "target": "documentation_smpl_custom_tween_notes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.timeline@1.7.5\\Documentation~\\smpl_custom_tween.md", "source_location": "L219", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}