Interface VertexData

All Known Implementing Classes:
InstancingTemplateData, OneShotTemplateData

public interface VertexData
  • Method Summary

    Modifier and Type
    Method
    Description
    generateFooter(FileIndex file, VertexType vertexType)
    Generate the necessary glue code here.
  • Method Details

    • generateFooter

      String generateFooter(FileIndex file, VertexType vertexType)
      Generate the necessary glue code here.
      Parameters:
      file - The SourceFile with user written code.