Class IScript
Inheritance
System.Object
IScript
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public class IScript : IIScript, IModelController, IDisposable
Constructors
IScript(String)
Declaration
public IScript(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Fields
DisplayAuthor
Declaration
public bool DisplayAuthor
Field Value
Type |
Description |
System.Boolean |
|
Properties
Disposed
Declaration
[Browsable(false)]
public bool Disposed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Enable
Declaration
[PropertyOrder(1)]
public virtual bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FileName
Declaration
[PropertyOrder(3)]
public virtual string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
[PropertyOrder(0)]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Activation(Object, Object)
Declaration
protected virtual void Activation(object sender, object anyobject)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
anyobject |
|
Dispose()
Declaration
public virtual void Dispose()
DynamicPropertyDeveloper(PropertyAttributes)
Declaration
public void DynamicPropertyDeveloper(PropertyAttributes attributes)
Parameters
InvokeOnEnabledChanged()
Declaration
protected virtual void InvokeOnEnabledChanged()
InvokeOnNameChanged(NameChangedEventArgs)
Declaration
protected virtual void InvokeOnNameChanged(NameChangedEventArgs e)
Parameters
SetInfo(Object)
Declaration
public bool SetInfo(object info)
Parameters
Type |
Name |
Description |
System.Object |
info |
|
Returns
Type |
Description |
System.Boolean |
|
Step(Single)
Declaration
protected virtual void Step(float deltatime)
Parameters
Type |
Name |
Description |
System.Single |
deltatime |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Events
OnEnabledChanged
Declaration
public event EventHandler OnEnabledChanged
Event Type
Type |
Description |
System.EventHandler |
|
OnNameChanged
Declaration
public event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type
Implements
System.IDisposable