Skybox
Behaviour
Skybox

class:/TYPE/UnityEngine.Skybox//, can be loaded from an assetbundle using Skybox::createfromassetbundle(bundlename,prefabname) /

Parent

Behaviour

Variables
material
UnityEngine.Material material
Functions
skybox::​create
static UnityEngine.Skybox Create ()

Constructor replaces new;

Returns

UnityEngine.Skybox

skybox::​fromassetbundle
static UnityEngine.Skybox CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.Skybox