Constructor ProfilerMarker
ProfilerMarker(string, string, string, string)
Constructs a ProfilerMarker that belongs to the generic ProfilerCategory.Scripts category.
Declaration
public ProfilerMarker(string name, string param1Name, string param2Name, string param3Name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of a marker. |
string | param1Name | Name of the first parameter. |
string | param2Name | Name of the second parameter. |
string | param3Name | Name of the third parameter. |
Remarks
Does nothing in Release Players.
ProfilerMarker(ProfilerCategory, string, string, string, string)
Constructs a ProfilerMarker.
Declaration
public ProfilerMarker(ProfilerCategory category, string name, string param1Name, string param2Name, string param3Name)
Parameters
Type | Name | Description |
---|---|---|
ProfilerCategory | category | Profiler category. |
string | name | Name of a marker. |
string | param1Name | Name of the first parameter. |
string | param2Name | Name of the second parameter. |
string | param3Name | Name of the third parameter. |
Remarks
Does nothing in Release Players.