C# Class SocialGame.FigureCreate

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
checke UnityEngine.GameObject
checker UnityEngine.GameObject
mat UnityEngine.Material
mesh UnityEngine.GameObject

Public Methods

Method Description
Update ( ) : void

create point after pressed E

createPoints ( ) : GameObject

Creates the points.

Private Methods

Method Description
figureCopy ( ) : GameObject

Figures the copy.

Method Details

Update() public method

create point after pressed E
public Update ( ) : void
return void

createPoints() public method

Creates the points.
public createPoints ( ) : GameObject
return UnityEngine.GameObject

Property Details

checke public_oe property

public GameObject,UnityEngine checke
return UnityEngine.GameObject

checker public_oe property

public GameObject,UnityEngine checker
return UnityEngine.GameObject

mat public_oe property

public Material,UnityEngine mat
return UnityEngine.Material

mesh public_oe property

public GameObject,UnityEngine mesh
return UnityEngine.GameObject