C# 클래스 TuxedoBerries.ScenePanel.Constants.ColorPalette

Color palette. Color Palette for the Scene Panel.
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 프로퍼티들

프로퍼티 타입 설명
FavoriteButton_OFF UnityEngine.Color
FavoriteButton_ON UnityEngine.Color
HistoryArrowButton_OFF UnityEngine.Color
HistoryArrowButton_ON UnityEngine.Color
InBuildField_OFF UnityEngine.Color
InBuildField_ON UnityEngine.Color
PauseButton_HOLD UnityEngine.Color
PauseButton_OFF UnityEngine.Color
PauseButton_ON UnityEngine.Color
PlayButton_OFF UnityEngine.Color
PlayButton_ON UnityEngine.Color
SceneOpenButton_InBuild_Disabled UnityEngine.Color
SceneOpenButton_InBuild_Enabled UnityEngine.Color
SceneOpenButton_Regular UnityEngine.Color
SnapshotButton_OFF UnityEngine.Color
SnapshotButton_ON UnityEngine.Color
SnapshotOpenButton_OFF UnityEngine.Color
SnapshotOpenButton_ON UnityEngine.Color
SnapshotRefreshButton_OFF UnityEngine.Color
SnapshotRefreshButton_ON UnityEngine.Color
StepButton_OFF UnityEngine.Color
StepButton_ON UnityEngine.Color
StopButton_OFF UnityEngine.Color
StopButton_ON UnityEngine.Color

공개 메소드들

메소드 설명
GetColor ( ISceneEntity entity ) : Color

Gets the color representation of the given entity.

GetEditColor ( bool editMode ) : Color

Gets the color of the edit.

메소드 상세

GetColor() 공개 정적인 메소드

Gets the color representation of the given entity.
public static GetColor ( ISceneEntity entity ) : Color
entity ISceneEntity Entity.
리턴 UnityEngine.Color

GetEditColor() 공개 정적인 메소드

Gets the color of the edit.
public static GetEditColor ( bool editMode ) : Color
editMode bool If set to true edit mode.
리턴 UnityEngine.Color

프로퍼티 상세

FavoriteButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine FavoriteButton_OFF
리턴 UnityEngine.Color

FavoriteButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine FavoriteButton_ON
리턴 UnityEngine.Color

HistoryArrowButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine HistoryArrowButton_OFF
리턴 UnityEngine.Color

HistoryArrowButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine HistoryArrowButton_ON
리턴 UnityEngine.Color

InBuildField_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine InBuildField_OFF
리턴 UnityEngine.Color

InBuildField_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine InBuildField_ON
리턴 UnityEngine.Color

PauseButton_HOLD 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine PauseButton_HOLD
리턴 UnityEngine.Color

PauseButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine PauseButton_OFF
리턴 UnityEngine.Color

PauseButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine PauseButton_ON
리턴 UnityEngine.Color

PlayButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine PlayButton_OFF
리턴 UnityEngine.Color

PlayButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine PlayButton_ON
리턴 UnityEngine.Color

SceneOpenButton_InBuild_Disabled 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SceneOpenButton_InBuild_Disabled
리턴 UnityEngine.Color

SceneOpenButton_InBuild_Enabled 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SceneOpenButton_InBuild_Enabled
리턴 UnityEngine.Color

SceneOpenButton_Regular 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SceneOpenButton_Regular
리턴 UnityEngine.Color

SnapshotButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotButton_OFF
리턴 UnityEngine.Color

SnapshotButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotButton_ON
리턴 UnityEngine.Color

SnapshotOpenButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotOpenButton_OFF
리턴 UnityEngine.Color

SnapshotOpenButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotOpenButton_ON
리턴 UnityEngine.Color

SnapshotRefreshButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotRefreshButton_OFF
리턴 UnityEngine.Color

SnapshotRefreshButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine SnapshotRefreshButton_ON
리턴 UnityEngine.Color

StepButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine StepButton_OFF
리턴 UnityEngine.Color

StepButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine StepButton_ON
리턴 UnityEngine.Color

StopButton_OFF 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine StopButton_OFF
리턴 UnityEngine.Color

StopButton_ON 공개적으로 정적으로 프로퍼티

public static Color,UnityEngine StopButton_ON
리턴 UnityEngine.Color