we
    Preparing search index...

    用户自定义功能接口的update interface

    interface IV_NodeSpace {
        matrix?: weMat4;
        name?: string;
        position?: weVec3;
        quaternion?: weVec4;
        relation?: T_worldRelationTransmit;
        rotate?: weVec4;
        scale?: weVec3;
        update?: (scope: any) => any;
        updateAtEnd?: (scope: any) => any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    matrix?: weMat4
    name?: string
    position?: weVec3
    quaternion?: weVec4
    rotate?: weVec4
    scale?: weVec3
    update?: (scope: any) => any

    自定义更新functon()

    updateAtEnd?: (scope: any) => any

    在最后执行调用