C# 클래스 Outliner.ContextMenus

파일 보기 프로젝트 열기: Pjanssen/Outliner

Private Properties

프로퍼티 타입 설명
createAddSelectionToMenu System.Windows.Forms.ContextMenuStrip
createDisplayPropertiesMenu System.Windows.Forms.ContextMenuStrip
createEditMaterialMenu System.Windows.Forms.ToolStripDropDown
createMainMenu void
createRenderPropertiesMenu System.Windows.Forms.ContextMenuStrip

공개 메소드들

메소드 설명
ShowContextMenu ( Point pos, OutlinerNode node, System.Boolean showObjectItems, System.Boolean showLayerItems, System.Boolean showMaterialItems, System.Boolean showIDisplayableItems, System.Boolean showDisplayItems, System.Boolean showRenderItems ) : void

비공개 메소드들

메소드 설명
createAddSelectionToMenu ( ) : ContextMenuStrip
createDisplayPropertiesMenu ( ) : ContextMenuStrip
createEditMaterialMenu ( ) : ToolStripDropDown
createMainMenu ( ) : void
createRenderPropertiesMenu ( ) : ContextMenuStrip

메소드 상세

ShowContextMenu() 공개 정적인 메소드

public static ShowContextMenu ( Point pos, OutlinerNode node, System.Boolean showObjectItems, System.Boolean showLayerItems, System.Boolean showMaterialItems, System.Boolean showIDisplayableItems, System.Boolean showDisplayItems, System.Boolean showRenderItems ) : void
pos Point
node Outliner.Scene.OutlinerNode
showObjectItems System.Boolean
showLayerItems System.Boolean
showMaterialItems System.Boolean
showIDisplayableItems System.Boolean
showDisplayItems System.Boolean
showRenderItems System.Boolean
리턴 void