C# Class KvantNormalDeformer, Kvant

Inheritance: MonoBehaviour
Show file Open project: keijiro/Kvant

Public Properties

Property Type Description
deformAmount float
fractal bool
noiseOffset Vector3
noiseScale float
noiseVelocity Vector3
octave int
smooth bool

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

deformAmount public property

public float deformAmount
return float

fractal public property

public bool fractal
return bool

noiseOffset public property

public Vector3 noiseOffset
return Vector3

noiseScale public property

public float noiseScale
return float

noiseVelocity public property

public Vector3 noiseVelocity
return Vector3

octave public property

public int octave
return int

smooth public property

public bool smooth
return bool