C# Class PhysicsManager.GearSetRelation, clockwork

Show file 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 property

public bool isAttached
return bool

obj public property

public CollidingObject, obj
return CollidingObject,

other public property

public CollidingObject, other
return CollidingObject,