Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Location

Represents the location of a reported issue.
Read time 1 minuteLast updated 10 days ago

Definition

public class Location : ISerializationCallbackReceiver

Constructors

Constructor

Description

Location()Constructor
Location(System.String)Constructor
Location(System.String,System.Int32)Constructor with line number

Properties

Property

Description

ExtensionFile extension
FilenameFilename
FormattedFilenameFormatted filename with line number
FormattedPathFormatted path with line number
IsValidChecks whether the location is valid
LineLine number
PathFull path

Methods

Method

Description

OnAfterDeserializePost-serialize callback.
OnBeforeSerializePre-serialize callback.