C# Class PolygonalLightVolume.Obstacles

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: nobnak/VolumetricShadow

Public Properties

Property Type Description
count int
fab UnityEngine.GameObject
freq float
scale float

Public Methods

Method Description
OnDestroy ( ) : void
OnEnable ( ) : void
Update ( ) : void

Private Methods

Method Description
Noise ( float x, float y ) : float

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

count public property

public int count
return int

fab public property

public GameObject,UnityEngine fab
return UnityEngine.GameObject

freq public property

public float freq
return float

scale public property

public float scale
return float