C# Class FogVolume, Hellbound

Inheritance: MonoBehaviour
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
Speed Vector4
Stretch Vector4

Public Methods

Method Description
Wireframe ( GameObject obj, bool Enable ) : void

Private Methods

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

Method Details

Wireframe() static public method

static public Wireframe ( GameObject obj, bool Enable ) : void
obj GameObject
Enable bool
return void

Property Details

Speed public_oe property

public Vector4 Speed
return Vector4

Stretch public_oe property

public Vector4 Stretch
return Vector4