Table of Contents

Class MegaBlockController.BlockInfoSourceData

Espace de noms
easyar
Assembly
EasyAR.Sense.dll

Source d'information pour la création d'un bloc.

[Serializable]
public class MegaBlockController.BlockInfoSourceData : MegaBlockController.SourceData
Héritage
MegaBlockController.BlockInfoSourceData

Constructeurs

BlockInfoSourceData(string)

public BlockInfoSourceData(string id)

Paramètres

id

BlockInfoSourceData(string, string)

public BlockInfoSourceData(string id, string name)

Paramètres

id
name

BlockInfoSourceData(BlockInfo)

public BlockInfoSourceData(MegaBlockController.BlockInfo info)

Paramètres

info

Champs

ID

Identifiant de bloc。

public string ID

Name

Nom du bloc. Peut être laissé non spécifié.

public string Name