Astra Unity 2.6.6
Astra Unity Plugin
Astra.AstraGuid Class Reference

AstraGuid is a class that allows for the creation of Guid. Constructors provides options to create deterministic Guid from a list of strings or guids. The order of string or guid does not matter the resulting Guid will be the same value. More...

Public Member Functions

 AstraGuid (List< string > list)
 Creates deterministic Guid from a list of string based Guids More...
 
 AstraGuid (List< Guid > list)
 Creates deterministic Guid from list of Guids More...
 
Guid StringToGuid (string value)
 Create Guid from string More...
 
override string ToString ()
 returns a string version of Guid
 

Public Attributes

Guid Value
 

Detailed Description

AstraGuid is a class that allows for the creation of Guid. Constructors provides options to create deterministic Guid from a list of strings or guids. The order of string or guid does not matter the resulting Guid will be the same value.

Constructor & Destructor Documentation

◆ AstraGuid() [1/2]

Astra.AstraGuid.AstraGuid ( List< string >  list)
inline

Creates deterministic Guid from a list of string based Guids

Parameters
listList of string represented Guids

◆ AstraGuid() [2/2]

Astra.AstraGuid.AstraGuid ( List< Guid >  list)
inline

Creates deterministic Guid from list of Guids

Parameters
listList of Guids

Member Function Documentation

◆ StringToGuid()

Guid Astra.AstraGuid.StringToGuid ( string  value)
inline

Create Guid from string

Parameters
valueGuid in the form of a string

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