Property | Type | Description | |
---|---|---|---|
forceShowTarget | bool | ||
name | string | ||
smallIcon | |||
targetGroup | BuildTargetGroup | ||
title | |||
tooltip | string |
Method | Description | |
---|---|---|
BuildPlatform ( string locTitle, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System | ||
BuildPlatform ( string locTitle, string tooltip, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System |
public BuildPlatform ( string locTitle, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System | ||
locTitle | string | |
iconId | string | |
targetGroup | BuildTargetGroup | |
forceShowTarget | bool | |
return | System |
public BuildPlatform ( string locTitle, string tooltip, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System | ||
locTitle | string | |
tooltip | string | |
iconId | string | |
targetGroup | BuildTargetGroup | |
forceShowTarget | bool | |
return | System |