Interface IPointLight
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public interface IPointLight
- Extension Methods
Properties
Color
Vec3f Color { get; }
Property Value
Pos
Vec3d Pos { get; }
public interface IPointLight
Vec3f Color { get; }
Vec3d Pos { get; }