Astra Unity 2.6.6
Astra Unity Plugin
Astra.Asset.ItemModifierRecord Class Reference

A base class that modifiers extend off of (eyes, decals, materials, etc), do not use directly More...

Inheritance diagram for Astra.Asset.ItemModifierRecord:

Public Types

enum  ModifierType { Unknown = 0 , Eye = 1 , Material = 2 , Decal = 3 }
 Indicates which type of modifier record this belongs to More...
 

Public Attributes

string PrimaryId
 This is primary id, such as an EyeItem.AstraGuid, DecalItem.AstraGuid, or similar
 
string SecondaryId
 This is the reference to the instance id since you could have multiple primary items on your avatar
 
ModifierType Type
 

Properties

string ModifiedItemGuid [getset]
 This is primary id, such as an EyeItem.AstraGuid, DecalItem.AstraGuid, or similar. This is deprecated please switch to ItemModifierRecord.PrimaryId
 
string ModifiedCompoundItemInstanceId [getset]
 This is the reference to the instance id since you could have multiple primary items on your avatar. This is deprecated please switch to ItemModifierRecord.SecondaryId
 

Detailed Description

A base class that modifiers extend off of (eyes, decals, materials, etc), do not use directly

Member Enumeration Documentation

◆ ModifierType

Indicates which type of modifier record this belongs to

Enumerator
Unknown 

An error state, avoid it's use, if you have a type of 0 you have a bug

Eye 

This modifier is for an eye

Material 

This modifier is for a material

Decal 

This modifier is for a decal


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