C# Class Camera_movement, Penguin_Noir

Inheritance: MonoBehaviour
Show file Open project: Kaboom242/Penguin_Noir Class Usage Examples

Public Properties

Property Type Description
Look_pos Transform
ShakeIT float
player GameObject
posX float
posZ float
pos_up float
shake_decay float

Public Methods

Method Description
FadeIn ( ) : void
FadeOut ( Vector3 location ) : void
OnGUI ( ) : void
Shake ( ) : void
Start ( ) : void
ToTeleport ( ) : void
Update ( ) : void

Method Details

FadeIn() public method

public FadeIn ( ) : void
return void

FadeOut() public method

public FadeOut ( Vector3 location ) : void
location Vector3
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Shake() public method

public Shake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ToTeleport() public method

public ToTeleport ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Look_pos public property

public Transform Look_pos
return Transform

ShakeIT public property

public float ShakeIT
return float

player public property

public GameObject player
return GameObject

posX public property

public float posX
return float

posZ public property

public float posZ
return float

pos_up public property

public float pos_up
return float

shake_decay public property

public float shake_decay
return float