UserResource Class |
Namespace: Demo3D.Visuals
[SerializableAttribute] public class UserResource
The UserResource type exposes the following members.
| Name | Description | |
|---|---|---|
| UserResource |
Initializes a new instance of the UserResource class.
|
| Name | Description | |
|---|---|---|
| Created |
Gets the time at which this resource was created (not when the original file was created).
| |
| LocalPath |
Gets or sets the name and path of this user resource, relative to the UserResources directory.
Never set this property directly, always go through UserResourceLibrary.RenameFile.
| |
| Persistence |
Gets or sets a value indicating whether this UserResource will remain in a UserResourceLibrary even when it's not referenced.
| |
| SourcePath |
Gets the original path of the file.
|
| Name | Description | |
|---|---|---|
| GetInputStream |
Gets a Stream object which can be used to read the contents of the file.
| |
| HasSameContent |
Checks whether the content of this UserResource matches the content of another UserResource instance.
|