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

Inheritance: EntityComponent
ファイルを表示 Open project: nilllzz/Pokemon3D

Public Methods

Method 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 method

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

Clone() public method

public Clone ( Entity target ) : EntityComponent
target Entity
return EntityComponent

OnIsActiveChanged() public method

public OnIsActiveChanged ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void