Alexandria.PathStateAsset.PathStateAsset C# (CSharp) Method

PathStateAsset() public method

Initialise the asset.
public PathStateAsset ( State state, string relativePath ) : System
state State
relativePath string
return System
        public PathStateAsset(State state, string relativePath)
            : base(state, relativePath)
        {
        }