• Collections > Collection Types > ObjectSet Values max 删除清除选择的路径


    objectset>.center
    : Point3, read-only

    Returns center of
    bounding box of all objects in set.


     


    <objectset>.max :
    Point3, read-only


    Returns maximum
    corner of bounding box.


     


    <objectset>.min :
    Point3, read-only


    Returns minimum
    corner of bounding box.


     


    <objectset>.count
    : Integer, read-only


    Returns number of
    objects in set.


    Operators


    <objectset>[<integer>]


    Accesses member of collection. Indexes start at
    1.


     


    <objectset> as array


    Converts objectset collection to an
    array
    .


    Associated
    Methods


    clearSelection()


    Clears current
    scene node selection.


     


    deselect <PathName>


    Deselects given
    node(s).








    EXAMPLE:


     


    deselect
    $box*
    --deselects all items whose names start with
    "box".


     


     


    select <PathName>


    Deselects any
    current selection first, then selects the
    specified nodes.


     


    selectMore <PathName>


    Adds the
    specified node(s) to the current selection.


     


    getCurrentSelection()


    Returns the
    current selection as an array. This is similar to
    selection as array, however selection as array returns a copy of the
    selection.

  • 相关阅读:
    游戏修改器编写原理
    欲练 CSS ,必先宫 IE
    HTML结构化:CSS布局入门指南
    用css来定义table的样式
    HTML表格无空隙嵌套方法
    CSS布局学习笔记
    绽放最后的一丝美丽
    这种感觉真爽
    诗人,是否还有生存的空间
    提升人气的秘密武器
  • 原文地址:https://www.cnblogs.com/gaitian00/p/2016936.html
Copyright © 2020-2023  润新知