docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method DebugDrawPoseWorldSpace

    DebugDrawPoseWorldSpace(AffineTransform, int, Color)

    Debug visualization for animation poses.

    Declaration
    public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, int poseIndex, Color color)
    Parameters
    Type Name Description
    AffineTransform rootTransform

    A world space transform that determines the position and orientation of the animation pose.

    int poseIndex

    The pose index for which the root transform is to be retrieved.

    Color color

    The color that the pose should be drawn with.

    DebugDrawPoseWorldSpace(AffineTransform, float, Color)

    Debug visualization for animation poses.

    Declaration
    public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, float sampleTimeInSeconds, Color color)
    Parameters
    Type Name Description
    AffineTransform rootTransform

    A world space transform that determines the position and orientation of the animation pose.

    float sampleTimeInSeconds

    A time in seconds that determines the animation pose.

    Color color

    The color that the pose should be drawn with.

    DebugDrawPoseWorldSpace(AffineTransform, SamplingTime, Color)

    Debug visualization for animation poses.

    Declaration
    public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, SamplingTime samplingTime, Color color)
    Parameters
    Type Name Description
    AffineTransform rootTransform

    A world space transform that determines the position and orientation of the animation pose.

    SamplingTime samplingTime

    A sampling time that determines the animation pose.

    Color color

    The color that the pose should be drawn with.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)