C# Class SpotLightMove, ShaderProject

Inheritance: MonoBehaviour
Exibir arquivo Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Property Type Description
horzExtent float
target Vector3
vertExtent float

Protected Methods

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

Method Details

SetNewTarget() protected method

protected SetNewTarget ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

horzExtent protected_oe property

protected float horzExtent
return float

target protected_oe property

protected Vector3 target
return Vector3

vertExtent protected_oe property

protected float vertExtent
return float