C# Class CrisisAtSwissStation.InstasteelCircleObject

Inheritance: PaintedObject
Mostra file Open project: danielpcox/Crisis-at-Swiss-Station

Protected Properties

Property Type Description
blobs List
blobtexturename string
segmenttexturename string

Public Methods

Method Description
Draw ( Matrix cameraTransform ) : void
InstasteelCircleObject ( World world, string texturename, float amountofis, float density, float friction, float restitution, float myScale ) : System
reloadNonSerializedAssets ( ) : void

Method Details

Draw() public method

public Draw ( Matrix cameraTransform ) : void
cameraTransform Matrix
return void

InstasteelCircleObject() public method

public InstasteelCircleObject ( World world, string texturename, float amountofis, float density, float friction, float restitution, float myScale ) : System
world Box2DX.Dynamics.World
texturename string
amountofis float
density float
friction float
restitution float
myScale float
return System

reloadNonSerializedAssets() public method

public reloadNonSerializedAssets ( ) : void
return void

Property Details

blobs protected_oe static_oe property

protected static List blobs
return List

blobtexturename protected_oe static_oe property

protected static string blobtexturename
return string

segmenttexturename protected_oe static_oe property

protected static string segmenttexturename
return string