hardwareRenderPanel [-camera string] [-control] [-copy string] [-defineTemplate string] [-docTag string] [-exists] [-glRenderEditor] [-init] [-isUnique] [-label string] [-menuBarVisible boolean] [-needsInit] [-parent string] [-popupMenuProcedure string] [-replacePanel string] [-tearOff] [-tearOffCopy string] [-unParent] [-useTemplate string]
panelName
hardwareRenderPanel は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは、ハードウェア レンダー エディタだけを含むハードウェア レンダー パネルを作成、編集、照会します。string |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-defineTemplate(-dt)
|
string
|
![]() |
||
|
||||
-useTemplate(-ut)
|
string
|
![]() |
||
|
||||
-init(-in)
|
|
![]() ![]() |
||
|
||||
-label(-l)
|
string
|
![]() ![]() |
||
|
||||
-copy(-cp)
|
string
|
![]() |
||
|
||||
-control(-ctl)
|
|
![]() |
||
|
||||
-isUnique(-iu)
|
|
![]() |
||
|
||||
-parent(-p)
|
string
|
![]() |
||
|
||||
-popupMenuProcedure(-pmp)
|
string
|
![]() ![]() |
||
|
||||
-unParent(-up)
|
|
![]() |
||
|
||||
-replacePanel(-rp)
|
string
|
![]() |
||
|
||||
-tearOff(-to)
|
|
![]() ![]() |
||
|
||||
-tearOffCopy(-toc)
|
string
|
![]() |
||
|
||||
-menuBarVisible(-mbv)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-needsInit(-ni)
|
|
![]() ![]() |
||
|
||||
-docTag(-dtg)
|
string
|
![]() ![]() ![]() |
||
|
||||
-glRenderEditor(-gre)
|
|
|||
|
||||
-camera(-cam)
|
string
|
|||
|
![]() |
![]() |
![]() |
![]() |
window -width 500; string $theLayout; $theLayout = `formLayout`; string $theHWbuffer; $theHWbuffer = `hardwareRenderPanel `; formLayout -e -af $theHWbuffer top 0 -af $theHWbuffer left 0 -af $theHWbuffer bottom 0 -af $theHWbuffer right 0 $theLayout; showWindow;