C# Class CrisisAtSwissStation.InstasteelCircleObject

Inheritance: PaintedObject
Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station

Protected Properties

Свойство Type Description
blobs List
blobtexturename string
segmenttexturename string

Méthodes publiques

Méthode 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 méthode

public Draw ( Matrix cameraTransform ) : void
cameraTransform Matrix
Résultat void

InstasteelCircleObject() public méthode

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
Résultat System

reloadNonSerializedAssets() public méthode

public reloadNonSerializedAssets ( ) : void
Résultat void

Property Details

blobs protected_oe static_oe property

protected static List blobs
Résultat List

blobtexturename protected_oe static_oe property

protected static string blobtexturename
Résultat string

segmenttexturename protected_oe static_oe property

protected static string segmenttexturename
Résultat string