C# Class GUI_Script, 3DRecreator

Inheritance: MonoBehaviour
Afficher le fichier Open project: pmpu/3DRecreator Class Usage Examples

Méthodes publiques

Свойство Type Description
Materials List
arg List
argument float
b_prefab_pos Vector3
button Button
button_selected int
material_arguments List
mt Material
mt_copy UnityEngine.ProceduralMaterial
mt_proc UnityEngine.ProceduralMaterial
scrollViewVector Vector2

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Materials public_oe property

public List Materials
Résultat List

arg public_oe property

public List arg
Résultat List

argument public_oe property

public float argument
Résultat float

b_prefab_pos public_oe property

public Vector3 b_prefab_pos
Résultat Vector3

button public_oe property

public Button button
Résultat Button

button_selected public_oe property

public int button_selected
Résultat int

material_arguments public_oe property

public List material_arguments
Résultat List

mt public_oe property

public Material mt
Résultat Material

mt_copy public_oe property

public ProceduralMaterial,UnityEngine mt_copy
Résultat UnityEngine.ProceduralMaterial

mt_proc public_oe property

public ProceduralMaterial,UnityEngine mt_proc
Résultat UnityEngine.ProceduralMaterial

scrollViewVector public_oe property

public Vector2 scrollViewVector
Résultat Vector2