Properties
Protected _aspect
_aspect: number = 1
Protected _distance
_distance: number = 0
Protected _enabled
_enabled: boolean = false
Protected _far
_far: number = 30
Protected _near
_near: number = 1
Protected _normal
_normal
: Vec3 = new Vec3(0, 1, 0)
Protected _orthoSize
_orthoSize: number = 5
Protected _pcf
_pcf: number = PCFType.HARD
Protected _resource
_resource: Shadows | null = null
Protected _shadowColor
_shadow
Color: Color = new Color(0, 0, 0, 76)
Protected _size
_size
: Vec2 = new Vec2(512, 512)
Protected _type
_type: number = ShadowType.Planar
平面阴影相关信息