C# Class NetworkSkins.Skins.Serialization.ModifierDataSerializer.Data

Inheritance: IDataContainer
显示文件 Open project: boformer/NetworkSkins

Public Properties

Property Type Description
Errors NetworkSkins.Skins.Serialization.NetworkSkinLoadErrors
Modifiers List

Protected Properties

Property Type Description
NetManager INetManager
PrefabCollection IPrefabCollection

Public Methods

Method Description
AfterDeserialize ( DataSerializer s ) : void
Deserialize ( DataSerializer s ) : void
Serialize ( DataSerializer s ) : void

Protected Methods

Method Description
Initialize ( ) : void

Method Details

AfterDeserialize() public method

public AfterDeserialize ( DataSerializer s ) : void
s DataSerializer
return void

Deserialize() public method

public Deserialize ( DataSerializer s ) : void
s DataSerializer
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Serialize() public method

public Serialize ( DataSerializer s ) : void
s DataSerializer
return void

Property Details

Errors public_oe property

public NetworkSkinLoadErrors,NetworkSkins.Skins.Serialization Errors
return NetworkSkins.Skins.Serialization.NetworkSkinLoadErrors

Modifiers public_oe property

public List Modifiers
return List

NetManager protected_oe property

protected INetManager NetManager
return INetManager

PrefabCollection protected_oe property

protected IPrefabCollection PrefabCollection
return IPrefabCollection