C# Class FSO.Common.Rendering.Framework.Shapes._3DCube

Inheritance: _3DComponent
Mostra file Open project: RHY3756547/FreeSO

Public Methods

Method Description
DeviceReset ( GraphicsDevice Device ) : void
Draw ( GraphicsDevice device ) : void
Initialize ( ) : void
Update ( FSO state ) : void
_3DCube ( Color color, Vector3 size ) : System

Private Methods

Method Description
AddQuad ( Color color, Vector3 tl, Vector3 tr, Vector3 br, Vector3 bl ) : void

Method Details

DeviceReset() public method

public DeviceReset ( GraphicsDevice Device ) : void
Device GraphicsDevice
return void

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

public Update ( FSO state ) : void
state FSO
return void

_3DCube() public method

public _3DCube ( Color color, Vector3 size ) : System
color Color
size Vector3
return System