Table of Contents

Class TemplateAssetDescription

Namespace
Stride.Core.Assets.Templates
Assembly
Stride.Core.Assets.dll

A template for creating assets.

[DataContract("TemplateAsset")]
public class TemplateAssetDescription : TemplateDescription, IFileSynchronizable
Inheritance
TemplateAssetDescription
Implements
Derived
Inherited Members

Properties

AssetTypeName

public string AssetTypeName { get; set; }

Property Value

string

ImportSource

public bool ImportSource { get; set; }

Property Value

bool

RequireName

public bool RequireName { get; set; }

Property Value

bool

Methods

GetAssetType()

public Type GetAssetType()

Returns

Type

GetSupportedExtensions()

public FileExtensionCollection GetSupportedExtensions()

Returns

FileExtensionCollection