Search Results for

    Show / Hide Table of Contents

    Class LineArcMeshBase

    Arc primitive mesh component. Renders this mesh using the LineMeshRenderer3D class.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    BaseModel
    MeshComponent
    LineMeshBase
    LineArcMeshBase
    LineArcMesh
    LinePolygonMesh
    Implements
    IDependencyObject
    Inherited Members
    LineMeshBase.graphicsContext
    LineMeshBase.linePoints
    LineMeshBase.lineType
    LineMeshBase.isLoop
    LineMeshBase.Model
    LineMeshBase.UseWorldSpace
    LineMeshBase.TexcoordOffset
    LineMeshBase.DiffuseTexture
    LineMeshBase.DiffuseSampler
    LineMeshBase.IsCameraAligned
    LineMeshBase.TextureTiling
    LineMeshBase.ModelMeshName
    LineMeshBase.BoundingBox
    LineMeshBase.OnAttached()
    LineMeshBase.OnActivated()
    LineMeshBase.OnDeactivated()
    LineMeshBase.OnDetach()
    LineMeshBase.OnDestroy()
    MeshComponent.modelLink
    MeshComponent.meshContainer
    MeshComponent.ChangedMesh
    MeshComponent.modelMeshName
    MeshComponent.MeshCount
    MeshComponent.MeshContainer
    MeshComponent.MeshNames
    MeshComponent.Meshes
    MeshComponent.UnloadModel()
    MeshComponent.ThrowRefreshEvent()
    MeshComponent.RefreshMesh()
    BaseModel.customBoundingBoxSet
    BaseModel.Refreshed
    BaseModel.BoundingBoxRefreshed
    BaseModel.GetBoneByMeshIndex(int)
    Component.Owner
    Component.Managers
    Component.ShouldBeActivated
    Component.Clone()
    Component.Attach(Entity)
    Component.OnLoaded()
    Component.Start()
    PrefabInstanceObject.PrefabSource
    PrefabInstanceObject.RefreshPrefab(Prefab)
    PrefabInstanceObject.PrefabElementId
    PrefabInstanceObject.IsPrefabInstance
    PrefabInstanceObject.IsMissingPrefabSource
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Components.Primitives
    Assembly: Evergine.Components.dll
    Syntax
    public abstract class LineArcMeshBase : LineMeshBase, IDependencyObject

    Constructors

    LineArcMeshBase()

    Initializes a new instance of the LineArcMeshBase class.

    Declaration
    public LineArcMeshBase()

    Fields

    angle

    The angle.

    Declaration
    protected float angle
    Field Value
    Type Description
    float

    color

    Tint color of the texture.

    Declaration
    protected Color color
    Field Value
    Type Description
    Color

    radius

    The radius.

    Declaration
    protected Vector2 radius
    Field Value
    Type Description
    Vector2

    tessellation

    The tessellation.

    Declaration
    protected int tessellation
    Field Value
    Type Description
    int

    thickness

    Thickness of the polygon's lines.

    Declaration
    protected float thickness
    Field Value
    Type Description
    float

    Properties

    Color

    Gets or sets the color of the line, or the tint color for the texture.

    Declaration
    [RenderProperty(CustomPropertyName = "Tint Color", Tooltip = "Color for the line, or tint color for the texture")]
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    Radius

    Gets or sets the radius.

    Declaration
    [RenderProperty(Tooltip = "Polygon radius")]
    public Vector2 Radius { get; set; }
    Property Value
    Type Description
    Vector2

    Thickness

    Gets or sets the line thickness.

    Declaration
    [RenderPropertyAsFInput(MinLimit = 0, Tooltip = "Line thickness")]
    public float Thickness { get; set; }
    Property Value
    Type Description
    float

    Methods

    RefreshMeshes()

    Refreshes the meshes.

    Declaration
    protected override void RefreshMeshes()
    Overrides
    LineMeshBase.RefreshMeshes()

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX