C# Class UnityEditorInternal.AudioProfilerGroupInfoWrapper

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
addToRoot bool
assetName string
info AudioProfilerGroupInfo
objectName string

Public Methods

Method Description
AudioProfilerGroupInfoWrapper ( AudioProfilerGroupInfo info, string assetName, string objectName, bool addToRoot ) : System

Method Details

AudioProfilerGroupInfoWrapper() public method

public AudioProfilerGroupInfoWrapper ( AudioProfilerGroupInfo info, string assetName, string objectName, bool addToRoot ) : System
info AudioProfilerGroupInfo
assetName string
objectName string
addToRoot bool
return System

Property Details

addToRoot public_oe property

public bool addToRoot
return bool

assetName public_oe property

public string assetName
return string

info public_oe property

public AudioProfilerGroupInfo,UnityEditorInternal info
return AudioProfilerGroupInfo

objectName public_oe property

public string objectName
return string