Struct VectorUtils.SceneNodeWorldTransform | Vector Graphics | 1.0.0-preview.34
docs.unity3d.com
    Show / Hide Table of Contents

    Struct VectorUtils.SceneNodeWorldTransform

    Structure holding the SceneNode computed transforms, opacities and enumeration path.

    Namespace: Unity.VectorGraphics
    Syntax
    public struct SceneNodeWorldTransform
    Remarks

    This helper structure is used by the WorldTransformedSceneNodes method.

    Fields

    Node

    The node we are currently visiting.

    Declaration
    public SceneNode Node
    Field Value
    Type Description
    SceneNode

    Parent

    The parent of the node we are currently visiting.

    Declaration
    public SceneNode Parent
    Field Value
    Type Description
    SceneNode

    WorldOpacity

    The accumulated world opacity of this node.

    Declaration
    public float WorldOpacity
    Field Value
    Type Description
    Single

    WorldTransform

    The accumulated world transform of this node.

    Declaration
    public Matrix2D WorldTransform
    Field Value
    Type Description
    Matrix2D
    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