C# Class UnityEditor.BuildPlayerWindow.BuildPlatform

Show file Open project: randomize/VimConfig

Public Properties

Property Type Description
forceShowTarget bool
name string
smallIcon UnityEngine.Texture2D
targetGroup BuildTargetGroup
title UnityEngine.GUIContent
tooltip string

Public Methods

Method Description
BuildPlatform ( string locTitle, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System
BuildPlatform ( string locTitle, string tooltip, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System

Method Details

BuildPlatform() public method

public BuildPlatform ( string locTitle, string iconId, BuildTargetGroup targetGroup, bool forceShowTarget ) : System
locTitle string
iconId string
targetGroup BuildTargetGroup
forceShowTarget bool
return System

BuildPlatform() public method

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

Property Details

forceShowTarget public property

public bool forceShowTarget
return bool

name public property

public string name
return string

smallIcon public property

public Texture2D,UnityEngine smallIcon
return UnityEngine.Texture2D

targetGroup public property

public BuildTargetGroup targetGroup
return BuildTargetGroup

title public property

public GUIContent,UnityEngine title
return UnityEngine.GUIContent

tooltip public property

public string tooltip
return string