Photon Fusion 2.1.1

StaticFieldResetMethodAttribute Class Reference

Attribute to mark a method as a static field reset method. More...

Public Member Functions

 StaticFieldResetMethodAttribute ()
 Initializes a new instance of the StaticFieldResetMethodAttribute class.
 StaticFieldResetMethodAttribute (bool calledAutomatically)
 Initializes a new instance of the StaticFieldResetMethodAttribute class with the specified automatic call flag.

Detailed Description

Attribute to mark a method as a static field reset method.

Constructor & Destructor Documentation

◆ StaticFieldResetMethodAttribute()

StaticFieldResetMethodAttribute ( bool calledAutomatically)

Initializes a new instance of the StaticFieldResetMethodAttribute class with the specified automatic call flag.

Parameters
calledAutomaticallyIndicates whether the method is called automatically.