Falco Engine 3.9.0.1 (beta)
FalcoEngine.Prefab Class Reference
Inheritance diagram for FalcoEngine.Prefab:
FalcoEngine.Asset

Public Member Functions

GameObject Instantiate ()
 Create game object from this prefab More...
 
GameObject Instantiate (Vector3 position)
 Create game object from this prefab More...
 
GameObject Instantiate (Vector3 position, Quaternion rotation)
 Create game object from this prefab More...
 

Additional Inherited Members

- Properties inherited from FalcoEngine.Asset
string name [get]
 Get asset name More...
 

Detailed Description

Definition at line 7 of file Prefab.cs.

Member Function Documentation

◆ Instantiate() [1/3]

GameObject FalcoEngine.Prefab.Instantiate ( )

Create game object from this prefab

Returns
Created game object

Definition at line 15 of file Prefab.cs.

◆ Instantiate() [2/3]

GameObject FalcoEngine.Prefab.Instantiate ( Vector3  position)

Create game object from this prefab

Parameters
positionSet position
Returns
Created game object

Definition at line 28 of file Prefab.cs.

◆ Instantiate() [3/3]

GameObject FalcoEngine.Prefab.Instantiate ( Vector3  position,
Quaternion  rotation 
)

Create game object from this prefab

Parameters
positionSet position
rotationSet rotation
Returns
Created game object

Definition at line 41 of file Prefab.cs.


The documentation for this class was generated from the following file: