ReferenceItemInfo Class

Definition

A common base class for reference items such as C# Projects and DLLs to be added to MSBuild.

public ref class ReferenceItemInfo
public class ReferenceItemInfo
type ReferenceItemInfo = class
Public Class ReferenceItemInfo
Inheritance
ReferenceItemInfo
Derived

Constructors

ReferenceItemInfo(UnityProjectInfo, Guid, Uri, String)

Creates a new instance.

Properties

Guid

Gets the Guid associated with the reference.

InEditorPlatforms

Gets a set of platforms supported for the InEditor configuration.

Name

Gets name of the reference item.

PlayerPlatforms

Gets a set of platforms supported for the Player configuration.

ReferencePath

Gets the output path to the reference.

UnityProjectInfo

Gets the instance of the parsed project information.

Methods

ToString()

A much more readable string representation of this reference item info.

Applies to