Unravel Engine C++ Reference
Loading...
Searching...
No Matches
mono::managed_interface::color Struct Reference

#include <script_interop.h>

Public Attributes

float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 90 of file script_interop.h.

Member Data Documentation

◆ a

float mono::managed_interface::color::a

Definition at line 95 of file script_interop.h.

◆ b

float mono::managed_interface::color::b

Definition at line 94 of file script_interop.h.

◆ g

float mono::managed_interface::color::g

Definition at line 93 of file script_interop.h.

◆ r

float mono::managed_interface::color::r

Definition at line 92 of file script_interop.h.


The documentation for this struct was generated from the following file: