Class ParkingLotNameAttribute
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
namestringThe GameObject name of the parking lot.
Properties
Name
The GameObject name of the parking lot.
public string Name { get; }