we
    Preparing search index...

    Interface IV_AttachSpaceAttributeToNodeModel

    model 空间属性附加参数 1、默认空间类型为none,比如:空节点 2、有entity的instance节点,必须设置为非none

    interface IV_AttachSpaceAttributeToNodeModel {
        matrix?: weMat4;
        name?: string;
        position?: weVec3;
        quaternion?: weVec4;
        rotate?: weVec4;
        scale?: weVec3;
    }
    Index

    Properties

    matrix?: weMat4
    name?: string
    position?: weVec3
    quaternion?: weVec4
    rotate?: weVec4
    scale?: weVec3