Unit 'nxGL' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_nxpascal]

TCameraPath

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

Declaration

Source position: nxGL.pas line 79

type TCameraPath = class

public

  mat: TMatrix;

  

  node: array of TMatrix;

  

  parent: TCamera;

  

  pathmode: TPathingMode;

  

  wrapping: Boolean;

  

  AutoSetCamera: Boolean;

  

  property Position: single; [rw]

  

  constructor Create();

  

  function AddNode();

  

  function Count;

  

  function GetMatrix();

  

  procedure SetCamera;

  

end;

Inheritance

TCameraPath

  

|

TObject



CT Web help

CodeTyphon Studio