API ReferenceSandbox
public sealed struct Sandbox.TrailTextureConfig
Defines how a trail is going to be textured. Used by TrailRenderer.
Constructors
Showing 1 constructors
public TrailTextureConfig()
No results match this filter.
Methods
Showing 1 methods
public bool DoesMaterialUseLineShader(Sandbox.Material value)
No results match this filter.
Properties
Showing 11 properties
public bool Sandbox.TrailTextureConfig.Clamp { get; set; }Obsolete
If true the texture will be clamped instead of repeating
Obsolete: Use Texture Address Mode property instead
public static Sandbox.TrailTextureConfig Sandbox.TrailTextureConfig.Default { get; set; }
public Sandbox.Rendering.FilterMode Sandbox.TrailTextureConfig.FilterMode { get; set; }
public Sandbox.Material Sandbox.TrailTextureConfig.Material { get; set; }
public float Sandbox.TrailTextureConfig.Offset { get; set; }
public float Sandbox.TrailTextureConfig.Scale { get; set; }
public float Sandbox.TrailTextureConfig.Scroll { get; set; }
public Sandbox.Texture Sandbox.TrailTextureConfig.Texture { get; set; }Obsolete
Obsolete: Use Material property instead
public Sandbox.Rendering.TextureAddressMode Sandbox.TrailTextureConfig.TextureAddressMode { get; set; }
public float Sandbox.TrailTextureConfig.UnitsPerTexture { get; set; }
public bool Sandbox.TrailTextureConfig.WorldSpace { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.TrailTextureConfig |