Skip to content

Struct Manus::CoreSDK::Color

ClassList > Manus > CoreSDK > Color

Color containing red, green, blue and alpha.

Public Attributes

Type Name
float a
float b
float g
float r

Public Functions

Type Name
Color (float p_R, float p_G, float p_B, float p_A)

Public Attributes Documentation

variable a

float Manus.CoreSDK.Color.a;

variable b

float Manus.CoreSDK.Color.b;

variable g

float Manus.CoreSDK.Color.g;

variable r

float Manus.CoreSDK.Color.r;

Public Functions Documentation

function Color

inline Manus::CoreSDK::Color::Color (
    float p_R,
    float p_G,
    float p_B,
    float p_A
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs