CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
This is the complete list of members for Asset.VersionControl, including all inherited members.
CanMakeEditable([NotNull] Path path, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
CanMakeEditable([NotNull] Object asset, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
CanMakeEditable([NotNull] Path[] paths, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
CanMakeEditable([NotNull] String[] paths, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
CanMakeEditable([NotNull] Object[] assets, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
IsEditable([NotNull] Object asset, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
IsEditable([NotNull] Path[] paths, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
IsEditable([NotNull] String[] paths, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
IsEditable([NotNull] Object[] assets, out List< String > notEditablePaths, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
IsMetaEditable([NotNull] Object asset, StatusQueryOptions options=DefaultStatusQueryOption) | Asset.VersionControl | static |
MakeEditable([NotNull] Path path) | Asset.VersionControl | static |
MakeEditable([NotNull] Path[] paths, out List< String > notEditablePaths) | Asset.VersionControl | static |
MakeEditable([NotNull] String[] paths, out List< String > notEditablePaths) | Asset.VersionControl | static |
MakeEditableInteractive([NotNull] Path[] paths, out List< String > notEditablePaths, String prompt=null) | Asset.VersionControl | static |
MakeEditableInteractive([NotNull] String[] paths, out List< String > notEditablePaths, String prompt=null) | Asset.VersionControl | static |