DungeonMasterEngine.DungeonContent.Actuators.Floor.PartDirectionConstrain.PartDirectionConstrain C# (CSharp) Method

PartDirectionConstrain() public method

public PartDirectionConstrain ( MapDirection acceptDirection ) : DungeonMasterEngine.Interfaces
acceptDirection MapDirection
return DungeonMasterEngine.Interfaces
        public PartDirectionConstrain(MapDirection acceptDirection)
        {
            AcceptDirection = acceptDirection;
        }