C# Class SpotLightMove, ShaderProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Свойство Type Description
horzExtent float
target Vector3
vertExtent float

Méthodes protégées

Méthode Description
SetNewTarget ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetNewTarget() protected méthode

protected SetNewTarget ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

horzExtent protected_oe property

protected float horzExtent
Résultat float

target protected_oe property

protected Vector3 target
Résultat Vector3

vertExtent protected_oe property

protected float vertExtent
Résultat float