makeModel method

void makeModel (
  1. covariant SamFactory sf,
  2. SamAction sa,
  3. SamState ss,
  4. SamView sv
)

The abstract method that must be populated that performs customization of the SamModel.

This occurs just before activation and can be used to populate values in the SamHot instance.

Implementation

void makeModel(covariant SamFactory sf,SamAction sa,SamState ss,SamView sv);