Class StrideScriptAttribute
- Namespace
 - Stride.Core.MicroThreading
 
- Assembly
 - Stride.Core.MicroThreading.dll
 
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public class StrideScriptAttribute : Attribute
  - Inheritance
 - 
      objectStrideScriptAttribute
 
- Inherited Members
 
Constructors
StrideScriptAttribute(ScriptFlags)
public StrideScriptAttribute(ScriptFlags flags = ScriptFlags.None)
  Parameters
flagsScriptFlags
Properties
Flags
public ScriptFlags Flags { get; set; }