RoomAliveToolkit.PointLight.PointLight C# (CSharp) Method

PointLight() public method

public PointLight ( ) : System
return System
        public PointLight()
        {
            Ia = Vector3.One;
            Id = Vector3.One;
            Is = Vector3.One;
        }
PointLight