Show / Hide Table of Contents

Interface IDataHost<TData>

Represents a Template parsing host that contains user data

Namespace: FasterGames.T4.Runtime
Assembly: cs.temp.dll.dll
Syntax
public interface IDataHost<out TData>
    where TData : UnityEngine.Object
Type Parameters
Name Description
TData

user data type

Properties

Data

The user data

Declaration
TData Data { get; }
Property Value
Type Description
TData
In This Article
Back to top Copyright FasterGames ©