C# Class FSO.IDE.Managers.IffEditManager

Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
ResourceWindow IffResWindow>.Dictionary

Public Methods

Method Description
CloseResourceWindow ( GameIffResource res ) : void
OpenResourceWindow ( GameIffResource res, GameObject target ) : IffResWindow
OpenResourceWindow ( GameObject obj ) : IffResWindow

Method Details

CloseResourceWindow() public method

public CloseResourceWindow ( GameIffResource res ) : void
res GameIffResource
return void

OpenResourceWindow() public method

public OpenResourceWindow ( GameIffResource res, GameObject target ) : IffResWindow
res GameIffResource
target GameObject
return IffResWindow

OpenResourceWindow() public method

public OpenResourceWindow ( GameObject obj ) : IffResWindow
obj GameObject
return IffResWindow

Property Details

ResourceWindow public_oe property

public Dictionary ResourceWindow
return IffResWindow>.Dictionary