HEADJACK
Search Results for

    Show / Hide Table of Contents

    Class AppDataStruct

    Namespace: Headjack

    Fields

    App

    Declaration
    public AppDataStruct.AppBlock App
    Field Value
    Type Description
    AppDataStruct.AppBlock

    Category

    Declaration
    public Dictionary<string, AppDataStruct.CategoryBlock> Category
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.CategoryBlock>

    Custom

    Declaration
    public Dictionary<string, string> Custom
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    customVariables

    Declaration
    public Dictionary<string, AppDataStruct.Variable> customVariables
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.Variable>

    ExtraMedia

    Declaration
    public List<string> ExtraMedia
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Media

    Declaration
    public Dictionary<string, AppDataStruct.MediaBlock> Media
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.MediaBlock>

    Packaged

    Declaration
    public Dictionary<string, AppDataStruct.PackagedInfo> Packaged
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.PackagedInfo>

    PACKAGED_LABEL

    Declaration
    public const string PACKAGED_LABEL = "PACKAGED"
    Field Value
    Type Description
    System.String

    Project

    Declaration
    public Dictionary<string, AppDataStruct.ProjectBlock> Project
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.ProjectBlock>

    ProjectOrder

    Declaration
    public List<string> ProjectOrder
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Textures

    Declaration
    public Dictionary<string, Texture2D> Textures
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Texture2D>

    Video

    Declaration
    public Dictionary<string, AppDataStruct.VideoBlock> Video
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AppDataStruct.VideoBlock>
    In This Article
    Back to top