Namespace: DeltaEngine.Editor.ParticleEditorAssembly: DeltaEngine.Editor.ParticleEditor (in DeltaEngine.Editor.ParticleEditor.dll) Version: 1.1.1.0 (1.1.1)
public void UpdateOnContentChange(
ContentType type,
string addedName
)
public void UpdateOnContentChange(
ContentType type,
string addedName
)
Public Sub UpdateOnContentChange (
type As ContentType,
addedName As String
)
Public Sub UpdateOnContentChange (
type As ContentType,
addedName As String
)
public:
void UpdateOnContentChange(
ContentType type,
String^ addedName
)
public:
void UpdateOnContentChange(
ContentType type,
String^ addedName
)
member UpdateOnContentChange :
type : ContentType *
addedName : string -> unit
member UpdateOnContentChange :
type : ContentType *
addedName : string -> unit