Unit 'solarsystems' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_astronomy]

TMObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: solarsystems.pas line 124

type TMObject = class

protected

  procedure SetGroup();

  

  procedure SetId();

  

  procedure UpdateParams; virtual;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property Color: TColor; [rw]

  

  property Density: munit; [rw]

  

  property Enabled: Boolean; [rw]

  

  property G: munit; [r]

  

  property Group: TMGroup; [r]

  

  property Id: Cardinal; [r]

  

  property Mass: munit; [rw]

  

  property Name: string; [rw]

  

  property Position: TMObjectPosition; [r]

  

  property Radius: munit; [r]

  

  property Vector: TMObjectVector; [r]

  

  property Visible: Boolean; [rw]

  

  property Volume: munit; [r]

  

end;

Inheritance

TMObject

  

|

TObject



CT Web help

CodeTyphon Studio