Version: 2022.2
언어: 한국어

LightingExplorerTableColumnConstructor

매뉴얼로 전환
public LightingExplorerTableColumn (LightingExplorerTableColumn.DataType type, GUIContent headerContent, string propertyName, int width, LightingExplorerTableColumn.OnGUIDelegate onGUIDelegate, LightingExplorerTableColumn.ComparePropertiesDelegate compareDelegate, LightingExplorerTableColumn.CopyPropertiesDelegate copyDelegate, int[] dependencyIndices);

파라미터

type Depending on what LightingExplorer.DataType we use, built-in compare and draw methods will be used. If you want to fully overload this, use LightingExplorer.DataType.Custom.
headerContent Title for the column header.
propertyName Name of the property on the object you wish to use. If you use LightingExplorer.DataType.Name, choose ‘null’.
width Width of the column. The minimum width is this value divided by 2. The default value is 100.
onGUIDelegate If you want to draw a property differently than the default, provide this delegate. If you use LightingExprlorer.DataType.Custom, you must override this.
compareDelegate If you want to sort properties differently than the default way, provide this delegate. If you use LightingExplorer.DataType.Custom, you must override this.
copyDelegate If you want to copy properties differently than the default way, provide this delegate.
dependencyIndices If you depend on another Serialized property than the one in your column, use this field to specify which indices to include. The first column is index 0.

설명

Constructor.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961