C# Class Pokemon3D.Entities.System.Components.CameraEntityComponent

Inheritance: EntityComponent
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
CameraEntityComponent ( Entity referringEntity, Skybox skybox, int cameraMask = 1 ) : Microsoft.Xna.Framework
Clone ( Entity target ) : EntityComponent
OnIsActiveChanged ( ) : void
Update ( GameTime gameTime ) : void

Method Details

CameraEntityComponent() public méthode

public CameraEntityComponent ( Entity referringEntity, Skybox skybox, int cameraMask = 1 ) : Microsoft.Xna.Framework
referringEntity Entity
skybox Skybox
cameraMask int
Résultat Microsoft.Xna.Framework

Clone() public méthode

public Clone ( Entity target ) : EntityComponent
target Entity
Résultat EntityComponent

OnIsActiveChanged() public méthode

public OnIsActiveChanged ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void