Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MenuResizer
C# Class MenuResizer, Unity-Free-Flight
Inheritance:
MonoBehaviour
Show file
Open project: NickolausDS/Unity-Free-Flight
Public Properties
Property
Type
Description
autoSetMenuItems
bool
items
List
menu
GameObject
paddingPerItem
int
perItemSize
int
Public Methods
Method
Description
OnRenderObject
( ) :
void
Private Methods
Method
Description
resetMenuItems
( ) :
void
resizeMenu
( ) :
void
Method Details
OnRenderObject()
public
method
public
OnRenderObject
( ) :
void
return
void
Property Details
autoSetMenuItems
public property
public
bool
autoSetMenuItems
return
bool
items
public property
public
List
items
return
List
menu
public property
public
GameObject
menu
return
GameObject
paddingPerItem
public property
public
int
paddingPerItem
return
int
perItemSize
public property
public
int
perItemSize
return
int