Table of Contents

Class LunyPrefab

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll
public abstract class LunyPrefab : LunyAsset, ILunyPrefab, ILunyAsset
Inheritance
object
LunyPrefab
Implements
Derived
Inherited Members

Constructors

LunyPrefab(object, LunyAssetPath)

protected LunyPrefab(object nativePrefabAsset, LunyAssetPath assetPath)

Parameters

nativePrefabAsset object
assetPath LunyAssetPath

Methods

Instantiate<T>(ILunyObject)

public abstract T Instantiate<T>(ILunyObject parent = null) where T : class

Parameters

parent ILunyObject

Returns

T

Type Parameters

T