Table of Contents

Class GDFileBase

Namespace
Cobilas.GodotEngine.Utility
Assembly
com.cobilas.godot.utility.dll
public abstract class GDFileBase : IDisposable
Inheritance
GDFileBase
Implements
Derived
Inherited Members

Properties

Attribute

public abstract GDFileAttributes Attribute { get; protected set; }

Property Value

GDFileAttributes

Name

public abstract string Name { get; }

Property Value

string

NameWithoutExtension

public abstract string NameWithoutExtension { get; }

Property Value

string

Null

public static GDFileBase Null { get; }

Property Value

GDFileBase

Parent

public abstract GDFileBase Parent { get; protected set; }

Property Value

GDFileBase

Path

public abstract string Path { get; protected set; }

Property Value

string

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public abstract void Dispose()