Video

Inherits from : IPreprocess, IWait, INextTapNotify

{
    "key": "dummy",
    "fileName": "sample_mp4",
    "layer": -75,
    "position": {
        "x": 0,
        "y": 0
    },
    "scale": {
        "x": 1,
        "y": 1
    },
    "type": "Video"
}
    
key type notes
key string 参照キー
fileName string 動画ファイル名
layer int 表示レイヤー
position JNVector3 位置
scale JNVector3 大きさ
動画ファイル形式とモバイル端末における動作について


VideoUrl

Inherits from : IWait, INextTapNotify

{
    "key": "dummy",
    "url": "https://xxxxxxxxxxxxx/sample_mp4.mp4",
    "layer": -75,
    "position": {
        "x": 0,
        "y": 0
    },
    "scale": {
        "x": 1,
        "y": 1
    },
    "type": "VideoUrl"
}
    
key type notes
key string 参照キー
url string 動画URL
layer int 表示レイヤー
position JNVector3 位置
scale JNVector3 大きさ
動画ファイル形式とモバイル端末における動作について


VideoOff

Inherits from : IWait

{
    "key": "dummy",
    "fileName": "sample_mp4",
    "time": 1,
    "type": "VideoOff"
}
    
key type notes
key string 参照キー
fileName string 動画ファイル名(Videoコマンドで生成したものを対象とする場合)
url string 動画URL(VideoUrlコマンドで生成したものを対象とする場合)
time float フェード時間(s)