跳到主要内容

ParallaxLayer

继承

Node2D

简要描述

ParallaxBackground一起使用的视差滚动层。

描述

ParallaxLayer必须是ParallaxBackground节点的子级。

该节点的子节点将受其滚动偏移量的影响。

注意:该节点进入场景后对其位置和比例所做的任何更改都将被忽略。

成员

类型属性名默认值
Vector2motion_mirroringVector2( 0, 0 )
Vector2motion_offsetVector2( 0, 0 )
Vector2motion_scaleVector2( 1, 1 )

成员说明

  • Vector2 motion_mirroring
DefaultVector2( 0, 0 )
setterset_mirroring(value)
getterget_mirroring
  • Vector2 motion_offset
DefaultVector2( 0, 0 )
setterset_motion_offset(value)
getterget_motion_offset
  • Vector2 motion_scale
DefaultVector2( 1, 1 )
setterset_motion_scale(value)
getterget_motion_scale