Table of Contents

Class LunyPrefab

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

Constructors

LunyPrefab(Object, LunyAssetPath)

protected LunyPrefab(Object nativePrefabAsset, LunyAssetPath assetPath)

Parameters

Type Name Description
Object
nativePrefabAsset
LunyAssetPath
assetPath

Methods

Instantiate<T>(ILunyObject)

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

Parameters

Type Name Description
ILunyObject
parent

Returns

T

Type Parameters

T