C# Class TerrainPainter.TerrainPainter

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
HashCode int
MouseDown bool
brushPosition UnityEngine.Vector3

Public Methods

Method Description
Initialize ( ) : void

Initialize component

SafeTextureSelect ( ) : void

Check if selected texture and selected cliff texture are not the same

Private Methods

Method Description
FixAngle ( float angle ) : float

Method Details

Initialize() public method

Initialize component
public Initialize ( ) : void
return void

SafeTextureSelect() public method

Check if selected texture and selected cliff texture are not the same
public SafeTextureSelect ( ) : void
return void

Property Details

HashCode public_oe static_oe property

public static int HashCode
return int

MouseDown public_oe property

public bool MouseDown
return bool

brushPosition public_oe property

public Vector3,UnityEngine brushPosition
return UnityEngine.Vector3