docs.unity3d.com
    Show / Hide Table of Contents

    Class GroupWeightManipulator

    A class to get around the limitation in timeline that array members can't be animated. A fixed number of slots are made available, rather than a dynamic array.
    If you want to add more slots, just modify this code.

    Inheritance
    Object
    GroupWeightManipulator
    Namespace: Cinemachine
    Syntax
    public class GroupWeightManipulator : MonoBehaviour

    Fields

    m_Weight0

    The weight of the group member at index 0

    Declaration
    public float m_Weight0
    Field Value
    Type Description
    Single

    m_Weight1

    The weight of the group member at index 1

    Declaration
    public float m_Weight1
    Field Value
    Type Description
    Single

    m_Weight2

    The weight of the group member at index 2

    Declaration
    public float m_Weight2
    Field Value
    Type Description
    Single

    m_Weight3

    The weight of the group member at index 3

    Declaration
    public float m_Weight3
    Field Value
    Type Description
    Single

    m_Weight4

    The weight of the group member at index 4

    Declaration
    public float m_Weight4
    Field Value
    Type Description
    Single

    m_Weight5

    The weight of the group member at index 5

    Declaration
    public float m_Weight5
    Field Value
    Type Description
    Single

    m_Weight6

    The weight of the group member at index 6

    Declaration
    public float m_Weight6
    Field Value
    Type Description
    Single

    m_Weight7

    The weight of the group member at index 7

    Declaration
    public float m_Weight7
    Field Value
    Type Description
    Single
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023