Class sandy.skin.VideoSkin

Description

VideoSkin Allow you to texture a 3D Object with a movieClip wich contains animation, picture, or video.

Field Index

Inherited from TextureSkin

Inherited from BasicSkin

Method Index

new VideoSkin()
getType(), toString()

Inherited from TextureSkin

Inherited from BasicSkin

Constructor Detail

VideoSkin

public function VideoSkin(video:Video)

Create a new VideoSkin.

Parameters

videoVideo a video object instance

Method Detail

getType

public function getType(Void):SkinType

getType, returns the type of the skin

Parameters

Void

Return

The appropriate SkinType

Specified By

getType() in sandy.skin.Skin

Overrides

getType() in sandy.skin.TextureSkin

toString

public function toString(Void):String