TriLib 2.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriLibCore.Mappers.UserPropertiesMapper Class Reference

Represents a Mapper used to process Models User Properties. More...

Inheritance diagram for TriLibCore.Mappers.UserPropertiesMapper:

Public Member Functions

virtual void OnProcessUserData (AssetLoaderContext assetLoaderContext, GameObject gameObject, string propertyName, object propertyValue)
 Called when any User Property is processed.
 

Detailed Description

Represents a Mapper used to process Models User Properties.

Member Function Documentation

◆ OnProcessUserData()

virtual void TriLibCore.Mappers.UserPropertiesMapper.OnProcessUserData ( AssetLoaderContext  assetLoaderContext,
GameObject  gameObject,
string  propertyName,
object  propertyValue 
)
virtual

Called when any User Property is processed.

Parameters
assetLoaderContextThe Asset Loader Context reference. Asset Loader Context contains the Model loading data.
gameObjectThe GameObject containing the User Property.
propertyNameThe User Property Name.
propertyValueThe User Property Value.