C# Class KvantNormalDeformer, Kvant

Inheritance: MonoBehaviour
显示文件 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_oe property

public float deformAmount
return float

fractal public_oe property

public bool fractal
return bool

noiseOffset public_oe property

public Vector3 noiseOffset
return Vector3

noiseScale public_oe property

public float noiseScale
return float

noiseVelocity public_oe property

public Vector3 noiseVelocity
return Vector3

octave public_oe property

public int octave
return int

smooth public_oe property

public bool smooth
return bool