C# Class SocialGame.FigureCreate

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
checke UnityEngine.GameObject
checker UnityEngine.GameObject
mat UnityEngine.Material
mesh UnityEngine.GameObject

Méthodes publiques

Méthode Description
Update ( ) : void

create point after pressed E

createPoints ( ) : GameObject

Creates the points.

Private Methods

Méthode Description
figureCopy ( ) : GameObject

Figures the copy.

Method Details

Update() public méthode

create point after pressed E
public Update ( ) : void
Résultat void

createPoints() public méthode

Creates the points.
public createPoints ( ) : GameObject
Résultat UnityEngine.GameObject

Property Details

checke public_oe property

public GameObject,UnityEngine checke
Résultat UnityEngine.GameObject

checker public_oe property

public GameObject,UnityEngine checker
Résultat UnityEngine.GameObject

mat public_oe property

public Material,UnityEngine mat
Résultat UnityEngine.Material

mesh public_oe property

public GameObject,UnityEngine mesh
Résultat UnityEngine.GameObject