AssetAttributeclass

Automatically addeded to a type as a result of using Cloud.Model etc inside.

objectAttributeAssetAttribute
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Cloud.AssetAttribute : System.Attribute

Constructors1

Showing 1 constructors

public AssetAttribute(string packageIdent, string assetPath)PUBLICCONSTRUCTOR

ParameterTypeDescription
packageIdentstring
assetPathstring

Properties2

Showing 2 properties

public string Sandbox.Cloud.AssetAttribute.AssetPath { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Cloud.AssetAttribute.PackageIdent { get; set; }PUBLICGETSET

Returns:string

On this page