Class SaveActorAttribute
Inheritance
object
System.Attribute
SaveActorAttribute
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class SaveActorAttribute : Attribute
Constructors
SaveActorAttribute(bool)
Declaration
public SaveActorAttribute(bool shouldBeSaved = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | shouldBeSaved |
Fields
shouldBeSaved
Declaration
public readonly bool shouldBeSaved
Field Value
| Type | Description |
|---|---|
| bool |