class Effect::CommandList

Defined in:

effect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def commands : Array(Command) #

[View source]
def commands=(commands : Array(Command)) #

[View source]
def serialize : String #

Sertialize the entire command list as a single string representation.

This is used for caching purposes.


[View source]