RuleFade

Inherits from : IWait, IPreprocess

{
    "key": "rulefade_1",
    "fileName": "ruleImage_001",
    "time": "1",
    "layer": -50,
    "from": 0,
    "to": 1,
    "color": {
        "r" : 1,
        "g" : 1,
        "b" : 1
    },
    "position": {
        "x": 0,
        "y": 0
    },
    "type": "RuleFade"
}
    
key type notes
key string 参照キー
fileName string ルール画像ファイル名
time float フェード時間(s)
layer int 表示レイヤー
color JNColor
from float Rangeの始点値
to float Rangeの終点値
position JNVector3 位置


RuleFadeIn

Inherits from : IWait, IPreprocess

{
    "key": "rulefade_1",
    "fileName": "ruleImage_001",
    "time": "1",
    "layer": -50,
    "color": {
        "r" : 1,
        "g" : 1,
        "b" : 1
    },
    "position": {
        "x": 0,
        "y": 0
    },
    "type": "RuleFadeIn"
}
    
key type notes
key string 参照キー
fileName string ルール画像ファイル名
time float フェード時間(s)
layer int 表示レイヤー
color JNColor
position JNVector3 位置


RuleFadeOut

Inherits from : IWait, IPreprocess

{
    "key": "rulefade_1",
    "fileName": "ruleImage_001",
    "time": "1",
    "layer": -50,
    "color": {
        "r" : 1,
        "g" : 1,
        "b" : 1
    },
    "position": {
        "x": 0,
        "y": 0
    },
    "type": "RuleFadeOut"
}
    
key type notes
key string 参照キー
fileName string ルール画像ファイル名
time float フェード時間(s)
layer int 表示レイヤー
color JNColor
position JNVector3 位置


RuleFadeLayer

Inherits from : IWait, IPreprocess

{
    "key": "rulefade_1",
    "fileName": "ruleImage_001",
    "time": "1",
    "layer": -50,
    "from": 0,
    "to": 1,
    "color": {
        "r" : 1,
        "g" : 1,
        "b" : 1
    },
    "position": {
        "x": 0,
        "y": 0
    },
    "type": "RuleFadeLayer"
}
    
key type notes
key string 参照キー
fileName string ルール画像ファイル名
time float フェード時間(s)
layer int 表示レイヤー
color JNColor
from float Rangeの始点値
to float Rangeの終点値
position JNVector3 位置


RuleFadeOff

Inherits from : IWait, IPreprocess

{
    "key": "rulefade_1",
    "fileName": "ruleImage_001",
    "time": "1",
    "layer": -50,
    "from": 0,
    "color": {
        "r" : 1,
        "g" : 1,
        "b" : 1
    },
    "position": {
        "x": 0,
        "y": 0
    },
    "type": "RuleFadeOff"
}
    
key type notes
key string 参照キー
fileName string ルール画像ファイル名
time float フェード時間(s)
layer int 表示レイヤー
color JNColor
from float Rangeの始点値
position JNVector3 位置
from値について