Class InteractiveEntity
public abstract class InteractiveEntity : Entity
- Inheritance
-
InteractiveEntity
- Derived
Properties
public bool IsVisible { get; set; }
- Property Value: bool
public Layer Layer { get; set; }
- Property Value: Layer
public Guid LayerId { get; set; }
- Property Value: Guid
public override string Name { get; set; }
- Property Value: string
Methods
public virtual void Invalidate()
public override void OnBeginDeserializing(SerializationContext context)
contextSerializationContext
public void RaiseVisualChanged()
Events
public static event InteractiveEntity.InteractiveChangedEventHandler VisualChanged
- Event Type: InteractiveEntity.InteractiveChangedEventHandler