Extends
- DisplayObjectContainer
Members
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.display.Loader
load() または loadImage() メソッドを使用して読み込まれた JSON または
イメージ(JPEG、PNG、または GIF)ファイルのルート表示オブジェクトが含まれます。
Contains the root display object of a JSON or image (JPEG, PNG, or GIF) file
that was loaded using the load() or loadImage() methods.読み込まれているオブジェクトに対応する LoaderInfo オブジェクトを返します。
Returns a LoaderInfo object corresponding to the object being loaded.指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.display.Loader
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class Loader]
Returns:
Type Description string JSONファイルを、この Loader オブジェクトの子であるcontentプロパティにロードします。
JPEG、GIF、PNGなどの画像データは loadImage で同様にcontentプロパティにロードします。
Load the JSON file into the content property, which is a child of this Loader object.
Image data such as JPEG, GIF, PNG, etc.
are loaded into the content property in the same way with loadImage.Name Type Description request
URLRequest Returns:
Type Description void JPEG、GIFファイルを、この Loader オブジェクトの子であるcontentプロパティにロードします。
Load a JPEG or GIF file into the content property, which is a child of this Loader object.Name Type Description request
URLRequest Returns:
Type Description void 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object Loader]
Returns:
Type Description string