Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Grid

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

Declaration

Source position: orca_scene3d.pas line 1816

type TD3Grid = class(TD3VisualObject)

protected

  procedure SetDepth(); override;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function RayCastIntersect(); override;

  

published

  property Align: TD3Align;

  

  property Body: Integer;

  

  property Collider: Boolean;

  

  property ColliseTrack: Boolean;

  

  property Dynamic: Boolean;

  

  property Velocity: TD3Position;

  

  property Margins: TD3Bounds;

  

  property Padding: TD3Bounds;

  

  property Marks: single; [rw]

  

  property Frequency: single; [rw]

  

  property LineColor: string; [rw]

  

end;

Inheritance

TD3Grid

  

|

TD3VisualObject

  

|

TD3Object

  

|

TObject



CT Web help

CodeTyphon Studio