Table of Contents

Class ParkingLotNameAttribute

Namespace
S1API.Map
Assembly
S1API.dll

Attribute to mark a parking lot identifier class with its GameObject name.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ParkingLotNameAttribute : Attribute
Inheritance
ParkingLotNameAttribute
Inherited Members
Extension Methods

Constructors

ParkingLotNameAttribute(string)

Initializes a new instance of the ParkingLotNameAttribute.

public ParkingLotNameAttribute(string name)

Parameters

name string

The GameObject name of the parking lot.

Properties

Name

The GameObject name of the parking lot.

public string Name { get; }

Property Value

string