Photon Fusion 2.1.1

UnityResourcePathAttribute Class Referencesealed

Specifies that the string field represents a path to a Unity resource. More...

Inherits DrawerPropertyAttribute.

Public Member Functions

 UnityResourcePathAttribute (Type resourceType)
 Initializes a new instance of the class with the specified resource type.
Public Member Functions inherited from PropertyAttribute
 PropertyAttribute (bool applyToCollection=false)

Properties

Type ResourceType [get]
 The type of the resource.
Properties inherited from PropertyAttribute
new bool applyToCollection [get]

Additional Inherited Members

Protected Member Functions inherited from DrawerPropertyAttribute
 DrawerPropertyAttribute (bool applyToCollection=false)

Detailed Description

Specifies that the string field represents a path to a Unity resource.

Constructor & Destructor Documentation

◆ UnityResourcePathAttribute()

UnityResourcePathAttribute ( Type resourceType)

Initializes a new instance of the class with the specified resource type.

Parameters
resourceType