C# Class Camera_movement, Penguin_Noir

Inheritance: MonoBehaviour
Afficher le fichier Open project: Kaboom242/Penguin_Noir Class Usage Examples

Méthodes publiques

Свойство Type Description
Look_pos Transform
ShakeIT float
player GameObject
posX float
posZ float
pos_up float
shake_decay float

Méthodes publiques

Méthode Description
FadeIn ( ) : void
FadeOut ( Vector3 location ) : void
OnGUI ( ) : void
Shake ( ) : void
Start ( ) : void
ToTeleport ( ) : void
Update ( ) : void

Method Details

FadeIn() public méthode

public FadeIn ( ) : void
Résultat void

FadeOut() public méthode

public FadeOut ( Vector3 location ) : void
location Vector3
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Shake() public méthode

public Shake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToTeleport() public méthode

public ToTeleport ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Look_pos public_oe property

public Transform Look_pos
Résultat Transform

ShakeIT public_oe property

public float ShakeIT
Résultat float

player public_oe property

public GameObject player
Résultat GameObject

posX public_oe property

public float posX
Résultat float

posZ public_oe property

public float posZ
Résultat float

pos_up public_oe property

public float pos_up
Résultat float

shake_decay public_oe property

public float shake_decay
Résultat float