C# Class Specimen.Components.CBody

Inheritance: VeeEntity.Component
Show file Open project: SuperV1234/Specimen Class Usage Examples

Public Methods

Method Description
Added ( ) : void
CBody ( VeeCollision.Body mBody ) : System
Removed ( ) : void
Update ( float mFrameTime ) : void

Method Details

Added() public method

public Added ( ) : void
return void

CBody() public method

public CBody ( VeeCollision.Body mBody ) : System
mBody VeeCollision.Body
return System

Removed() public method

public Removed ( ) : void
return void

Update() public method

public Update ( float mFrameTime ) : void
mFrameTime float
return void