C# Class WireFrame, MakingMinecraft_Take02

Inheritance: MonoBehaviour
显示文件 Open project: dannythorne/MakingMinecraft_Take02 Class Usage Examples

Public Properties

Property Type Description
targetBlock GameObject
wireMaterial Material

Public Methods

Method Description
OnPostRender ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnPostRender() public method

public OnPostRender ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

targetBlock public_oe property

public GameObject targetBlock
return GameObject

wireMaterial public_oe property

public Material wireMaterial
return Material