Click or drag to resize

QuickLogicAttribute Class

Annotate scripting functions with this attribute to create QuickLogic widgets Eg ///[QuickLogic("say hello to {message}")] function Hello( message : String ) { print("Hello " + message + "!"); } NOTE: QuickLogicAttribute also implies YieldReturn.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PublicMemberAttribute
      Demo3D.VisualsQuickLogicAttribute

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class QuickLogicAttribute : PublicMemberAttribute

The QuickLogicAttribute type exposes the following members.

Constructors
 NameDescription
Public methodQuickLogicAttributeInitializes a new instance of the QuickLogicAttribute class
Public methodQuickLogicAttribute(String)Initializes a new instance of the QuickLogicAttribute class
Public methodQuickLogicAttribute(String, String)Initializes a new instance of the QuickLogicAttribute class
Top
Properties
 NameDescription
Public propertyCategory 
Public propertyFormat 
Public propertyYieldReturn 
Top
Methods
 NameDescription
Public methodStatic memberGet 
Public methodStatic memberIsYieldReturn 
Top
See Also