C# Class WaveOculusDemoProject.Components.FollowCameraBehavior

Inheritance: Behavior
Mostrar archivo Open project: WaveEngine/Samples

Public Methods

Method Description
FollowCameraBehavior ( ) : System

Protected Methods

Method Description
DefaultValues ( ) : void
Update ( System.TimeSpan gameTime ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

FollowCameraBehavior() public method

public FollowCameraBehavior ( ) : System
return System

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void