C# Class PhysicsManager.GearSetRelation, clockwork

Exibir arquivo Open project: shadowseer99/clockwork

Public Properties

Property Type Description
isAttached bool
obj CollidingObject,
other CollidingObject,

Public Methods

Method Description
GearSetRelation ( CollidingObject, obj, CollidingObject, other, bool isAttached ) : System

Method Details

GearSetRelation() public method

public GearSetRelation ( CollidingObject, obj, CollidingObject, other, bool isAttached ) : System
obj CollidingObject,
other CollidingObject,
isAttached bool
return System

Property Details

isAttached public_oe property

public bool isAttached
return bool

obj public_oe property

public CollidingObject, obj
return CollidingObject,

other public_oe property

public CollidingObject, other
return CollidingObject,