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

UnrealEd.CurveEdOptions


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
/**
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 */
//=============================================================================
// CurveEdOptions
//
// A configuration class that holds information for the setup of the CurveEd.
// Supplied so that the editor 'remembers' the last setup the user had.
//=============================================================================
class CurveEdOptions extends Object	
	hidecategories(Object)
	config(Editor)
	native;	

var(Options)		config float		MinViewRange;
var(Options)		config float		MaxViewRange;
var(Options)		config linearcolor	BackgroundColor;
var(Options)		config linearcolor	LabelColor;
var(Options)		config linearcolor	SelectedLabelColor;
var(Options)		config linearcolor	GridColor;
var(Options)		config linearcolor	GridTextColor;
var(Options)		config linearcolor	LabelBlockBkgColor;
var(Options)		config linearcolor	SelectedKeyColor;

defaultproperties
{
   MinViewRange=0.001000
   MaxViewRange=1000000.000000
   BackgroundColor=(R=0.235294,G=0.235294,B=0.235294,A=1.000000)
   LabelColor=(R=0.705882,G=0.705882,B=0.705882,A=1.000000)
   SelectedLabelColor=(R=1.000000,G=0.509804,B=0.117647,A=1.000000)
   GridColor=(R=0.490196,G=0.490196,B=0.490196,A=1.000000)
   GridTextColor=(R=0.784314,G=0.784314,B=0.784314,A=1.000000)
   LabelBlockBkgColor=(R=0.509804,G=0.509804,B=0.509804,A=1.000000)
   SelectedKeyColor=(R=1.000000,G=1.000000,B=0.000000,A=1.000000)
   Name="Default__CurveEdOptions"
   ObjectArchetype=Object'Core.Default__Object'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:16.000 - Creation time: sk 18-3-2018 10:01:06.729 - Created with UnCodeX