C# Class FSO.Common.Rendering.Framework._3DComponent

Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Scene _3DScene

Public Methods

Method Description
DeviceReset ( GraphicsDevice Device ) : void

GraphicsDevice was reset.

Draw ( GraphicsDevice device ) : void
Initialize ( ) : void
ToString ( ) : string
Update ( UpdateState state ) : void
_3DComponent ( ) : System

Method Details

DeviceReset() public abstract method

GraphicsDevice was reset.
public abstract DeviceReset ( GraphicsDevice Device ) : void
Device GraphicsDevice
return void

Draw() public abstract method

public abstract Draw ( GraphicsDevice device ) : void
device GraphicsDevice
return void

Initialize() public method

public Initialize ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Update() public abstract method

public abstract Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
return void

_3DComponent() public method

public _3DComponent ( ) : System
return System

Property Details

Scene public property

public _3DScene,FSO.Common.Rendering.Framework Scene
return _3DScene