KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
GameColor.h
이 파일의 문서화 페이지로 가기
1
5#pragma once
6
7namespace 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}
static const FColor White(255, 255, 255, 255)
static const FColor Pink(255, 0, 108, 255)