docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ProcessFrame

    ProcessFrame(Playable, FrameData, object)

    This function is called during the ProcessFrame phase of the PlayableGraph.

    Declaration
    public override void ProcessFrame(Playable playable, FrameData info, object playerData)
    Parameters
    Type Name Description
    Playable playable

    The Playable that owns the current PlayableBehaviour.

    FrameData info

    A FrameData structure that contains information about the current frame context.

    object playerData

    The user data of the ScriptPlayableOutput that initiated the process pass.

    Overrides
    PlayableBehaviour.ProcessFrame(Playable, FrameData, object)
    In This Article
    Back to top
    Copyright © 2023 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)