C# Class movimentCamera, ES2015C

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015C

Méthodes publiques

Свойство Type Description
CamSpeed float
margin bool
marginPercent float
marginVisible bool

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
drawRect ( Rect rect ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

drawRect() public méthode

public drawRect ( Rect rect ) : void
rect Rect
Résultat void

Property Details

CamSpeed public_oe property

public float CamSpeed
Résultat float

margin public_oe property

public bool margin
Résultat bool

marginPercent public_oe property

public float marginPercent
Résultat float

marginVisible public_oe property

public bool marginVisible
Résultat bool