docs.unity.cn
    Show / Hide Table of Contents

    Struct RigEffectorData.Style

    The effector visual style.

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public struct Style

    Fields

    color

    The effector main color.

    Declaration
    public Color color
    Field Value
    Type Description
    Color

    position

    The position offset applied to the effector.

    Declaration
    public Vector3 position
    Field Value
    Type Description
    Vector3

    rotation

    The rotation offset applied to the effector.

    Declaration
    public Vector3 rotation
    Field Value
    Type Description
    Vector3

    shape

    The effector shape. This is represented by a Mesh.

    Declaration
    public Mesh shape
    Field Value
    Type Description
    Mesh

    size

    The

    Declaration
    public float size
    Field Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 24, 2021