C# Class Graphics.Detail.GroundController

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: juliancruz87/madbricks

Public Properties

Property Type Description
Height float
Width float
proceduralPlane ProceduralPlane
texture UnityEngine.Texture
textureToMeshZ float

Public Methods

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

Private Methods

Method Description
UpdatePlaneSize ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Height public_oe property

public float Height
return float

Width public_oe property

public float Width
return float

proceduralPlane public_oe property

public ProceduralPlane,Graphics.Detail proceduralPlane
return ProceduralPlane

texture public_oe property

public Texture,UnityEngine texture
return UnityEngine.Texture

textureToMeshZ public_oe property

public float textureToMeshZ
return float