C# Class MotherShipHangar, WorldMaker

Inheritance: MonoBehaviour
Datei anzeigen Open project: SvenFrankson/WorldMaker Class Usage Examples

Public Properties

Property Type Description
anchor Transform
anchorDist float
anchorStrength float
targetMotherShip MotherShip,

Private Properties

Property Type Description

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

anchor public_oe property

public Transform anchor
return Transform

anchorDist public_oe property

public float anchorDist
return float

anchorStrength public_oe property

public float anchorStrength
return float

targetMotherShip public_oe property

public MotherShip, targetMotherShip
return MotherShip,