Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealEd.LensFlareEditorOptions


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
/**
 * Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
 */
//=============================================================================
// LensFlareEditorOptions
//
// A configuration class that holds information for the setup of the LensFlare editor.
// Supplied so that the editor 'remembers' the last setup the user had.
//=============================================================================
class LensFlareEditorOptions extends Object 
    hidecategories(Object)
    config(Editor)
    native; 

var(Options)        config linearcolor  LFED_BackgroundColor;
var(Options)        config linearcolor  LFED_Empty_Background;
var(Options)        config linearcolor  LFED_Source_ElementEd_Background;
var(Options)        config linearcolor  LFED_Source_Unselected;
var(Options)        config linearcolor  LFED_Source_Selected;
var(Options)        config linearcolor  LFED_ElementEd_Background;
var(Options)        config linearcolor  LFED_Element_Unselected;
var(Options)        config linearcolor  LFED_Element_Selected;

var(Options)        config bool         bShowGrid;
var(Options)        config color        GridColor_Hi;
var(Options)        config color        GridColor_Low;
var(Options)        config float        GridPerspectiveSize;

var(Options)        config string       PostProcessChainName;

var(Options)        config int          ShowPPFlags;

defaultproperties
{
   LFED_BackgroundColor=(R=0.078000,G=0.078000,B=0.098000,A=1.000000)
   LFED_Empty_Background=(R=0.000000,G=0.000000,B=0.000000,A=1.000000)
   LFED_Source_ElementEd_Background=(R=0.078000,G=0.078000,B=0.098000,A=1.000000)
   LFED_Source_Unselected=(R=0.784000,G=0.784000,B=0.784000,A=1.000000)
   LFED_Source_Selected=(R=1.000000,G=0.588000,B=0.196000,A=1.000000)
   LFED_ElementEd_Background=(R=0.078000,G=0.078000,B=0.098000,A=1.000000)
   LFED_Element_Unselected=(R=0.506000,G=0.506000,B=0.506000,A=1.000000)
   LFED_Element_Selected=(R=1.000000,G=0.392000,B=0.000000,A=1.000000)
   GridColor_Hi=(B=255,G=100,R=0,A=0)
   GridColor_Low=(B=255,G=100,R=0,A=0)
   GridPerspectiveSize=1024.000000
   Name="Default__LensFlareEditorOptions"
   ObjectArchetype=Object'Core.Default__Object'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Thu 22/11/2007 16:03:48.000 - Creation time: Mon 26/11/2007 17:41:50.484 - Created with UnCodeX