Property | Type | Description | |
---|---|---|---|
assetTypes | System.Type>.Dictionary | ||
canPrintLabelName | bool | ||
direction | Direction, | ||
foldout | bool | ||
init | bool | ||
labelName | string | ||
limit | int | ||
search | bool |
Method | Description | |
---|---|---|
LabelSearchAttribute ( string labelName ) : System.Collections.Generic | ||
LabelSearchAttribute ( string labelName, Direction, direction ) : System.Collections.Generic | ||
LabelSearchAttribute ( string labelName, int limit ) : System.Collections.Generic | ||
LabelSearchAttribute ( string labelName, int limit, Direction, direction ) : System.Collections.Generic |
public LabelSearchAttribute ( string labelName ) : System.Collections.Generic | ||
labelName | string | |
return | System.Collections.Generic |
public LabelSearchAttribute ( string labelName, Direction, direction ) : System.Collections.Generic | ||
labelName | string | |
direction | Direction, | |
return | System.Collections.Generic |
public LabelSearchAttribute ( string labelName, int limit ) : System.Collections.Generic | ||
labelName | string | |
limit | int | |
return | System.Collections.Generic |
public LabelSearchAttribute ( string labelName, int limit, Direction, direction ) : System.Collections.Generic | ||
labelName | string | |
limit | int | |
direction | Direction, | |
return | System.Collections.Generic |
public static Dictionary |
||
return | System.Type>.Dictionary |