KLingo Project Documentation
1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
GameColor.h
이 파일의 문서화 페이지로 가기
1
5
#pragma once
6
7
namespace
GameColor
8
{
9
static
const
FColor
Pink
(255, 0, 108, 255);
10
static
const
FColor
Blue
(50, 150, 255, 255);
11
static
const
FColor
Green
(50, 255, 50, 255);
12
static
const
FColor
White
(255, 255, 255, 255);
13
static
const
FColor
Yellow
(255, 220, 40, 255);
14
}
EColorStyleType::Yellow
@ Yellow
EColorStyleType::Blue
@ Blue
EColorStyleType::Green
@ Green
GameColor
Definition
GameColor.h:8
GameColor::White
static const FColor White(255, 255, 255, 255)
GameColor::Pink
static const FColor Pink(255, 0, 108, 255)
Source
CoffeeLibrary
Shared
Public
GameColor.h
생성시간 : 금 1월 9 2026 00:25:56, 프로젝트명 : KLingo Project Documentation, 생성자 :
1.9.8