VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Components.SetPropertyUtility Class Reference
Inheritance diagram for VRC.SDK3.Components.SetPropertyUtility:
Collaboration diagram for VRC.SDK3.Components.SetPropertyUtility:

Static Public Member Functions

static bool SetColor (ref Color currentValue, Color newValue)
 
static bool SetStruct< T > (ref T currentValue, T newValue)
 
static bool SetClass< T > (ref T currentValue, T newValue)
 

Detailed Description

Definition at line 9913 of file VRCSDK3.cs.

Member Function Documentation

◆ SetClass< T >()

static bool VRC.SDK3.Components.SetPropertyUtility.SetClass< T > ( ref T  currentValue,
newValue 
)
static
Type Constraints
T :class 

Definition at line 9941 of file VRCSDK3.cs.

◆ SetColor()

static bool VRC.SDK3.Components.SetPropertyUtility.SetColor ( ref Color  currentValue,
Color  newValue 
)
static

Definition at line 9915 of file VRCSDK3.cs.

◆ SetStruct< T >()

static bool VRC.SDK3.Components.SetPropertyUtility.SetStruct< T > ( ref T  currentValue,
newValue 
)
static
Type Constraints
T :struct 
T :ValueType 

Definition at line 9931 of file VRCSDK3.cs.


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