C# Class PolygonalLightVolume.Obstacles

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo 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_oe property

public int count
return int

fab public_oe property

public GameObject,UnityEngine fab
return UnityEngine.GameObject

freq public_oe property

public float freq
return float

scale public_oe property

public float scale
return float