NoSaveDuringPlayAttribute Class

Cinemachine

NoSaveDuringPlayAttribute Class

Suppresses play-mode-save for a field. Use it if the calsee has [SaveDuringPlay] attribute but there are fields in the class that shouldn't be saved.
Inheritance Hierarchy
SystemObject  SystemAttribute
    PropertyAttribute
      CinemachineNoSaveDuringPlayAttribute

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public sealed class NoSaveDuringPlayAttribute : PropertyAttribute
Cinemachine.NoSaveDuringPlayAttribute = function();

Type.createClass(
	'Cinemachine.NoSaveDuringPlayAttribute',
	UnityEngine.PropertyAttribute);

The NoSaveDuringPlayAttribute type exposes the following members.

Constructors
  NameDescription
Public methodNoSaveDuringPlayAttribute
Top
See Also