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

TRenderSettings

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

Declaration

Source position: nxGL.pas line 341

type TRenderSettings = class

public

  constructor Create();

  

  property AddBlend: Boolean; [rw]

  

  property CullBack: Boolean; [rw]

  

  property CullFront: Boolean; [rw]

  

  property DepthTest: Boolean; [rw]

  

  property Lighting: Boolean; [rw]

  

  property SubBlend: Boolean; [rw]

  

  property WireFrame: Boolean; [rw]

  

  function Push;

  

  function Pop;

  

  procedure ResetStack;

  

end;

Inheritance

TRenderSettings

  

|

TObject



CT Web help

CodeTyphon Studio