weasel API - v0.8.0
    Preparing search index...

    Interface RotateMoveResult<TPose>

    Per-frame result a RotateBehavior.onMove can return to override the proposed pose.

    interface RotateMoveResult<TPose> {
        pose?: TPose;
    }

    Type Parameters

    • TPose
    Index

    Properties

    Properties

    pose?: TPose