API Docs for: 0.5.5
Show:

kick.core.ResourceProvider Class

Responsible for creating or loading a resource using a given url. Abstract class (only defines the interface - inheritance not supported)

Constructor

kick.core.ResourceProvider

(
  • protocol
)

Parameters:

  • protocol String

Item Index

Properties

Methods

getImageData

(
  • uri
  • textureDestination
)

Parameters:

getMeshData

(
  • uri
  • meshDestination
)

Parameters:

getShaderData

(
  • uri
  • shaderDestination
)

Parameters:

Properties

protocol

String

Protocol of the resource, such as http://, kickjs://
The protocol must uniquely identify a resource provider