Return an open stream to the specified resource, or to the package file if resourcePath is not specified
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
SyntaxStream Open(
string name,
SemVersion version,
string resourcePath = null
)
Parameters
- name
- Type: SystemString
The name of the package the resource belongs to. - version
- Type: SemVersion
The version of the package the resource belongs to. - resourcePath (Optional)
- Type: SystemString
The relative path to the resource inside the package.
Return Value
Type:
StreamAn open stream or null if the resource does not exist
See Also