C# Class SGDE.Content.ContentUtil

Mostrar archivo Open project: sgdc/sgdc-old

Public Properties

Property Type Description
CurrentGameContent GameContent
LoadingBuilders bool
temp object>.Dictionary

Public Methods

Method Description
DeveloperID ( object>.Dictionary &devTypes, Microsoft.Xna.Framework.Content.ContentReader reader, object obj ) : void
ExtractDeveloperID ( object obj ) : string
FinishTempDID ( object>.Dictionary &devTypes ) : void
PrepTempDID ( ) : void
TempDeveloperID ( Microsoft.Xna.Framework.Content.ContentReader reader, object obj ) : void

Method Details

DeveloperID() public static method

public static DeveloperID ( object>.Dictionary &devTypes, Microsoft.Xna.Framework.Content.ContentReader reader, object obj ) : void
devTypes object>.Dictionary
reader Microsoft.Xna.Framework.Content.ContentReader
obj object
return void

ExtractDeveloperID() public static method

public static ExtractDeveloperID ( object obj ) : string
obj object
return string

FinishTempDID() public static method

public static FinishTempDID ( object>.Dictionary &devTypes ) : void
devTypes object>.Dictionary
return void

PrepTempDID() public static method

public static PrepTempDID ( ) : void
return void

TempDeveloperID() public static method

public static TempDeveloperID ( Microsoft.Xna.Framework.Content.ContentReader reader, object obj ) : void
reader Microsoft.Xna.Framework.Content.ContentReader
obj object
return void

Property Details

CurrentGameContent public_oe static_oe property

public static GameContent CurrentGameContent
return GameContent

LoadingBuilders public_oe static_oe property

Loading entity builders.
public static bool LoadingBuilders
return bool

temp public_oe static_oe property

public static Dictionary temp
return object>.Dictionary