LuaPoint Class

PartProxy

LuaPoint Class

Lua Point class wrapper
Inheritance Hierarchy
SystemObject  PartProxyLuaBase
    PartProxyLuaPoint

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LuaPoint : LuaBase
Public Class LuaPoint
	Inherits LuaBase
public ref class LuaPoint : public LuaBase
type LuaPoint =  
    class
        inherit LuaBase
    end

The LuaPoint type exposes the following members.

Constructors
  NameDescription
Public methodLuaPoint
default constructor
Top
Properties
  NameDescription
Public propertyX
Get the X coordinate
Public propertyY
Get the Y coordinate
Public propertyZ
Get the Z coordinate
Top
Methods
  NameDescription
Protected methodAssertLuaObject
validate the object
(Inherited from LuaBase.)
Protected methodDispose
Disposes this instance.
(Inherited from LuaBase.)
Protected methodDispose(Boolean)
Responsible for unreferencing the object
(Inherited from LuaBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReference
Gets the reference.
(Inherited from LuaBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsLuaPoint
Make sure is a LUA point on the stack
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewInstance
Create the object wrapper
Public methodStatic memberNewPoint
Create new LuaPoint
Public methodStatic memberNewPoint(Double, Double, Double)
Create new LuaPoint
Public methodPush
put the object on the stack
(Inherited from LuaBase.)
Public methodToString
Customized description of the object
(Overrides LuaBaseToString.)
Protected methodUnReference
Uns the reference.
(Inherited from LuaBase.)
Top
See Also