C# Class RemoteTech.DragModel

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Public Properties

Property Type Description
dc float
mb CelestialBody
rb UnityEngine.Rigidbody
tf UnityEngine.Transform

Private Properties

Property Type Description

Public Methods

Method Description
FixedUpdate ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

dc public_oe property

public float dc
return float

mb public_oe property

public CelestialBody mb
return CelestialBody

rb public_oe property

public Rigidbody,UnityEngine rb
return UnityEngine.Rigidbody

tf public_oe property

public Transform,UnityEngine tf
return UnityEngine.Transform