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 114 of file script_interop.h.

Member Data Documentation

◆ a

float mono::managed_interface::color::a

Definition at line 119 of file script_interop.h.

◆ b

float mono::managed_interface::color::b

Definition at line 118 of file script_interop.h.

◆ g

float mono::managed_interface::color::g

Definition at line 117 of file script_interop.h.

◆ r

float mono::managed_interface::color::r

Definition at line 116 of file script_interop.h.


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