Quattro_Graal::​Actor
UnityObjectLink
Quattro_Graal::​Actor

class:/TYPE/Quattro.Graal.Actor//, can be loaded from an assetbundle using Quattro_Graal::Actor::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
name
System.String name
position
UnityEngine.Vector2 position
type
Quattro.Graal.ActorType type
Functions
quattro_graal::​actor::​create
static Quattro.Graal.Actor Create ()

Constructor replaces new;

Returns

Quattro.Graal.Actor

quattro_graal::​actor::​fromassetbundle
static Quattro.Graal.Actor CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

Quattro.Graal.Actor